circuitpython/shared-bindings/time
Noralf Trønnes 39ee12d1ac Fix os.stat() to use 1970 epoch
Commit 95e70cd0ea 'time: Use 1970 epoch' changed epoch for the time
module, but not for other users. This patch does the same for the only
other core timeutils user: extmod/vfs_fat.c:fat_vfs_stat().
Other timeutils users: cc3200, esp8266 and stm32, are not changed.

Ports that don't use long ints, will still get wrong time values from
os.stat().
2018-08-25 20:43:02 +02:00
..
__init__.c Fix os.stat() to use 1970 epoch 2018-08-25 20:43:02 +02:00
__init__.h Add rtc module 2018-04-16 12:49:10 +02:00