ArmadilloとWindowsで作成したファイルを各々で見ると以下の様になっていいました。 ( Armadillo側ではdate -s で時刻に合わせてあります。 ) 9時間の差があるようです ...

pupsaveファイルのタイムスタンプは、起動時の時刻で付きます。 -14時間のずれが無くなっただけましかもですが、保存時のタイムスタンプが付いていて欲しいですね。 vfat ...

FAT fs は、local time でタイムスタンプが書き込まれると思います。 もし 9時間戻っているのであれば、Armadillo で書き込んで着るときの local time がすでに 9時間 ...

2021/3/24 -LinuxではPC内蔵のハードウェアクロックであるRTC(real time clock)をUTC(世界標準時)にするのが普通らしく, またSDカードのFAT32ファイルシステム ...

2018/1/31 -Because it cannot know which “local time” applies, the Linux VFAT filesystem treats the timestamp as UTC and adjusts it by -5 hr. So the camera ...

2007/6/23 -FAT filesystem でのタイムスタンプは,Linux カーネルが保持している timezone でのタイムスタンプとして epoch に変換され,stat(2) でユーザ ...

2020/5/19 -Ubuntu20.04で読み込んだSDカード内のファイルのタイムスタンプがおかしかったので対処した。

20 - If current process is in group of file's group ID, you can change timestamp. 2 - Other users can change timestamp. The default is set from `dmask' option.

2018/9/23 -The problem with the timestamp seconds changing comes from the fact that a VFAT (yes, even FAT32) filesystem stores the modification time ...

2013/4/2 -Also you can use bit fields and library time.h . In my project I convert UNIX timestamp to FatFs time. # ...