* fix support for influencing tzset() via TZ environment variable

(now at least <std> and <offset> are supported properly)
* instead of creating a TimeZone object whenever needed, we now
  create it in tzset() and keep it around
* add tests for TZ to locale_test

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40788 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2011-03-03 00:34:51 +00:00
parent 548836e4f8
commit e8226ce48d
3 changed files with 74 additions and 37 deletions
@@ -42,6 +42,7 @@ private:
TimeConversionDataBridge* fDataBridge;
TimeZone* fTimeZone;
char fTimeZoneID[B_FILE_NAME_LENGTH];
};