diff options
author | Christian Mollekopf <mollekopf@kolabsys.com> | 2013-10-28 09:20:49 (GMT) |
---|---|---|
committer | Christian Mollekopf <mollekopf@kolabsys.com> | 2013-10-29 08:29:43 (GMT) |
commit | f0cc50f63841d28f3cacc53d3800bcf2d9c737be (patch) | |
tree | fafd53676b520388037c690876d902625f33a605 | |
parent | 8d00f8f0fba5c953edf45545056b0051558ce5b7 (diff) | |
download | libkolab-f0cc50f63841d28f3cacc53d3800bcf2d9c737be.tar.gz |
Two timezone formats we're not supporting yet.
-rw-r--r-- | tests/timezonetest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/timezonetest.cpp b/tests/timezonetest.cpp index 92f09ce..d2c49b7 100644 --- a/tests/timezonetest.cpp +++ b/tests/timezonetest.cpp @@ -84,6 +84,9 @@ void TimezoneTest::testFromHardcodedList_data() QTest::newRow( "13" ) << QString::fromLatin1("(GMT-11:00) Midway Island, Samoa"); QTest::newRow( "14" ) << QString::fromLatin1("W. Europe Standard Time"); QTest::newRow( "15" ) << QString::fromLatin1("(GMT+1.00) Sarajevo/Warsaw/Zagreb"); + //Lotus notes uses it's own set of specifiers +// QTest::newRow( "Lotus Notes" ) << QString::fromLatin1("W. Europe"); +// QTest::newRow( "Google UTC offset" ) << QString::fromLatin1("2013-10-23T04:00:00+02:00"); } void TimezoneTest::testFromHardcodedList() |