Skip to content

Use 'InvariantCulture' when converting the UNIX timestamp to string #656

Use 'InvariantCulture' when converting the UNIX timestamp to string

Use 'InvariantCulture' when converting the UNIX timestamp to string #656

Workflow file for this run

name: .NET Core
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: fetch-models
run: sh fetch-models.sh
- name: execute
run: docker-compose -f ./docker/docker-compose.yaml run dotnet