ntdll: add bolivian time zone info

Lei Zhang thestig at google.com
Mon Jul 30 00:04:56 CDT 2007


Hi,

A user requested this in bug 9083.
-------------- next part --------------
From a604e92040550db6c0de7af9e1fe892eed404548 Mon Sep 17 00:00:00 2001
From: Lei Zhang <thestig at google.com>
Date: Sun, 29 Jul 2007 22:01:56 -0700
Subject: ntdll: add bolivian time zone info

---
 dlls/ntdll/time.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/ntdll/time.c b/dlls/ntdll/time.c
index 256be42..218a6fc 100644
--- a/dlls/ntdll/time.c
+++ b/dlls/ntdll/time.c
@@ -416,6 +416,8 @@ static const struct tagTZ_INFO TZ_INFO[]
    {"NOVST",
     {'N','o','v','o','s','i','b','i','r','s','k',' ','S','u','m','m','e','r',
      ' ','T','i','m','e','\0'}, -420, 1},
+   {"BOT",
+    {'B','o','l','i','v','i','a','n',' ','T','i','m','e','\0'}, 240, 0},
    {"UZT",
     {'U','z','b','e','k','i','s','t','h','a','n',' ','T','i','m','e','\0'}, -300, 0}
 };
-- 
1.4.2.1


More information about the wine-devel mailing list