diff options
author | Javier <dev.git@javispedro.com> | 2022-04-16 19:07:56 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-04-16 19:07:56 +0200 |
commit | a1e1986f4946b2aaa990dbbe8a83062f690db660 (patch) | |
tree | 09fc91806e23d5541a1417b30068e09960ef70c6 /sftsr.h | |
parent | 2f9f452bf7ad33e92c87c35a36b246b3bb7de5b9 (diff) | |
download | vbados-a1e1986f4946b2aaa990dbbe8a83062f690db660.tar.gz vbados-a1e1986f4946b2aaa990dbbe8a83062f690db660.zip |
fix negative timezone support
Diffstat (limited to 'sftsr.h')
-rw-r--r-- | sftsr.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -62,7 +62,8 @@ typedef struct { DOSSDA __far *dossda; // TSR configuration - /** Offset (in seconds/2) of the current timezone */ + /** Offset (in seconds/2) of the current timezone. + * As per tradition, a negative offset means east of GMT; while positive means west. */ int32_t tz_offset; // Current status |