aboutsummaryrefslogtreecommitdiff
path: root/sftsr.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-04-16 19:07:56 +0200
committerJavier <dev.git@javispedro.com>2022-04-16 19:07:56 +0200
commita1e1986f4946b2aaa990dbbe8a83062f690db660 (patch)
tree09fc91806e23d5541a1417b30068e09960ef70c6 /sftsr.h
parent2f9f452bf7ad33e92c87c35a36b246b3bb7de5b9 (diff)
downloadvbados-a1e1986f4946b2aaa990dbbe8a83062f690db660.tar.gz
vbados-a1e1986f4946b2aaa990dbbe8a83062f690db660.zip
fix negative timezone support
Diffstat (limited to 'sftsr.h')
-rw-r--r--sftsr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sftsr.h b/sftsr.h
index 4693688..d168d6e 100644
--- a/sftsr.h
+++ b/sftsr.h
@@ -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