Hi FX,
DATE_AND_TIME can return incorrect values for non-UTC timezones, near the new
year, when the local time and UTC time are in different years.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98507
Attached patch fixes the issue by correcting the logic to account for that
wrapping of “day
> OK after fixing the above, and thanks for the patch!
Patch committed, after changing “call abort” to “stop”.
Thanks for the review.
FX
Hi FX,
Am 16.12.21 um 15:17 schrieb FX via Fortran:
Hi,
DATE_AND_TIME can return incorrect values for non-UTC timezones, near the new
year, when the local time and UTC time are in different years.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98507
Attached patch fixes the issue by correcting
Hi,
DATE_AND_TIME can return incorrect values for non-UTC timezones, near the new
year, when the local time and UTC time are in different years.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98507
Attached patch fixes the issue by correcting the logic to account for that
wrapping of “day of the