From: Helmut K. <hel...@is...> - 2017-11-11 09:28:21
|
Am 11.11.2017, 09:21 Uhr, schrieb Helmut Karlowski: > I see on getstat64,xfs_xdd.c: > > /* no native UTC extension > * -> convert to unix UTC > */ > stat->atime.high_time = 0; > stat->atime.time = unixtime (xattr.atime, xattr.adate) + timezone; > stat->atime.nanoseconds = 0; > > That would mean that MiNT always tries to returns local time? And > timezone is a constant not taking account of the time-offset of the > actual time? Actually the other way: It tries to convert the local time from the file to utc, but it's still not right. At least for Non-TOS-FS it should not change anything. -- |