udatetime
udatetime copied to clipboard
Fix POSIX only support for _get_local_utc_offset()
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.
I read this in time module documentation:
Changed in version 3.6: The
struct_timeattributestm_gmtoffandtm_zoneare now available on all platforms.
Could that help with that issue?