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)
commit75f28b558a1a86b45308a3e7d0af222624bc2c61
treeeea801193c2788d03fc63637ad6116f06422b12c
parent68ba243d5d15854bebe61514217bcff2345d3614
Add support for timezone offsets.

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.
libexfat/exfat.h
libexfat/exfatfs.h
libexfat/node.c
libexfat/time.c