Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Non universal date format in defaultLastOutput for ConfigOutput #678

Open
andreapiacentini opened this issue Sep 3, 2024 · 0 comments · May be fixed by #679
Open

Non universal date format in defaultLastOutput for ConfigOutput #678

andreapiacentini opened this issue Sep 3, 2024 · 0 comments · May be fixed by #679
Assignees

Comments

@andreapiacentini
Copy link

The "zero" default date in

const std::string ConfigOutput::defaultLastOutput = "0-01-01T00:00:00Z";

cannot be parsed by my std library.
Replacing it by "1970-01-01T00:00:00Z" works just fine

@andreapiacentini andreapiacentini linked a pull request Sep 3, 2024 that will close this issue
12 tasks
@andreapiacentini andreapiacentini linked a pull request Sep 3, 2024 that will close this issue
12 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants