From f161aea8ce96c20f888cd65a78e178e5f5552dc2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 11 Oct 2009 05:19:01 -0400 Subject: Removed reliance on strptime/strftime The code now uses Boost's input and output facets for times and dates. This ensures completely consistency regarding timezones and times, and fixes the regression test that was broken while I was away coding in London (where it was GMT-0 and I didn't notice the difference between local and GMT). --- test/regress/461980A1.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/regress/461980A1.test') diff --git a/test/regress/461980A1.test b/test/regress/461980A1.test index d78b5fb7..bbf2ee4e 100644 --- a/test/regress/461980A1.test +++ b/test/regress/461980A1.test @@ -1,6 +1,6 @@ bal <<< -2008/1/1 one +2008/01/01 one test:a 1 test:b >>>1 -- cgit v1.2.3