diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-26 04:32:49 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-26 04:32:49 -0500 |
| commit | c5f84c999d5c04a32c3d526d16b4d58f456c2a99 (patch) | |
| tree | 51e9f44fbd75b7faeb80710b26cfccac78e026fc /src/alf.c | |
| parent | 080e54f17ecb4a255332466725c1ce944f39f5c1 (diff) | |
| download | alftools-c5f84c999d5c04a32c3d526d16b4d58f456c2a99.tar.gz | |
Use local timezone (less confusing I hope).
Diffstat (limited to 'src/alf.c')
| -rw-r--r-- | src/alf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ unsigned long get_msdos_date_time(void) { int msdos_year; u16 ms_date, ms_time; - tm = gmtime(&t); + tm = localtime(&t); msdos_year = tm->tm_year + 1900 - 1980; |
