udatetime icon indicating copy to clipboard operation
udatetime copied to clipboard

Fix POSIX only support for _get_local_utc_offset()

Open freach opened this issue 9 years ago • 1 comments

The usage of the "tm_gmtoff" field in tm struct (src/rfc3339.c) is currently only supported by POSIX systems. For cross-platform compatibility fallbacks should be offered.

freach avatar Jul 29 '16 09:07 freach

I read this in time module documentation:

Changed in version 3.6: The struct_time attributes tm_gmtoff and tm_zone are now available on all platforms.

Could that help with that issue?

Delgan avatar Nov 09 '18 07:11 Delgan