mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 18:43:39 +02:00
Disable timezone formatting test as its local dependent
This commit is contained in:
parent
7a162f113d
commit
59aa3c8541
1 changed files with 1 additions and 1 deletions
|
|
@ -16,4 +16,4 @@ def date_formatting():
|
|||
test_fd('1101-01-01T09:05:01.012+00:00', 'hh h mm m ss s z zzz ap AP a A yy yyyy', '09 9 05 5 01 1 12 012 am AM am AM 01 1101')
|
||||
test_fd('2001-01-02T09:00:00+00:00', 'M MM MMM MMMM', '1 01 Jan January')
|
||||
test_fd('2001-01-01T12:00:00+00:00', 'd dd ddd dddd', '1 01 Mon Monday')
|
||||
test_fd('2001-01-01T12:00:00+05:30', 'd t', '1 India Standard Time')
|
||||
# test_fd('2001-01-01T12:00:00+05:30', 'd t', '1 India Standard Time')
|
||||
|
|
|
|||
Loading…
Reference in a new issue