OSDN Git Service

Add support for timezone offsets.
authorNathan Hunsperger <nathan@hunsperger.com>
Thu, 18 Apr 2019 23:12:49 +0000 (16:12 -0700)
committerrelan <relan@users.noreply.github.com>
Sat, 20 Apr 2019 18:14:49 +0000 (21:14 +0300)
Timestamps are stored in local time. exFAT includes timezone offset
fields to allow timestamps to remain correct when mounted under a
different timezone. The timezone offset is now used to calculate the
correct timestamp on read, and set on write.


No differences found