Ignore:
Timestamp:
17 Apr 2012, 00:31:10 (12 years ago)
Author:
uli
Message:

Use new helper functions to compute pytz timezones correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/testing.py

    r7827 r8186  
    295295    (re.compile(r'httperror_seek_wrapper:'), 'HTTPError:' ),
    296296    (re.compile('[\d]{10}'), '<10-DIGITS>'),
     297    (re.compile('\d\d\d\d-\d\d-\d\d \d\d:\d\d:\d\d [\+\-]\d\d\d\d [^ ]+'),
     298     '<YYYY-MM-DD hh:mm:ss TZ>'),
    297299    (re.compile('\d\d\d\d-\d\d-\d\d \d\d:\d\d:\d\d'), '<YYYY-MM-DD hh:mm:ss>'),
    298300    (re.compile('\d\d\d\d-\d\d-\d\d \d\d:\d\d:\d\d'), '<DATETIME>'),
Note: See TracChangeset for help on using the changeset viewer.