Lei Zhang : ntdll: Add Bolivian time zone info.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jul 30 08:56:01 CDT 2007


Module: wine
Branch: master
Commit: 9ee4d8509bcc5a8b675c8e0712bf320180b9c757
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9ee4d8509bcc5a8b675c8e0712bf320180b9c757

Author: Lei Zhang <thestig at google.com>
Date:   Sun Jul 29 22:01:56 2007 -0700

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 497087c..9f1cef2 100644
--- a/dlls/ntdll/time.c
+++ b/dlls/ntdll/time.c
@@ -417,6 +417,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}
 };




More information about the wine-cvs mailing list