summaryrefslogtreecommitdiffstats
path: root/libkcal/tests/data/RecurrenceRule/UntilInUTC/readme.txt
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch)
tree67208f7c145782a7e90b123b982ca78d88cc2c87 /libkcal/tests/data/RecurrenceRule/UntilInUTC/readme.txt
downloadtdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.tar.gz
tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkcal/tests/data/RecurrenceRule/UntilInUTC/readme.txt')
-rw-r--r--libkcal/tests/data/RecurrenceRule/UntilInUTC/readme.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/libkcal/tests/data/RecurrenceRule/UntilInUTC/readme.txt b/libkcal/tests/data/RecurrenceRule/UntilInUTC/readme.txt
new file mode 100644
index 000000000..15d109531
--- /dev/null
+++ b/libkcal/tests/data/RecurrenceRule/UntilInUTC/readme.txt
@@ -0,0 +1,25 @@
+RFC 2445 says that the UNTIL in an RRULE needs to be given in UTC. The test
+files in this directory check for this.
+
+For example, in the following RRULE the recurrence on Jan 31, 2000, 09:00
+local time would be after Jan 31,2000, 09:00 UTC (=UNTIL). So the last
+occurrence is on jan 30, 2000:
+ DTSTART;TZID=America/Los_Angeles:19980101T090000
+ RRULE:FREQ=YEARLY;UNTIL=20000131T090000Z;INTERVAL=1;BYDAY=SU,MO,TU,WE,TH,FR,SA;BYMONTH=1
+
+Similarly, in this example the UNTIL in UTC is actually before 12:00 local
+time, so the only occurrence is at 09:00:
+ DTSTART;TZID=America/Los_Angeles:19970902T090000
+ RRULE:FREQ=HOURLY;UNTIL=19970902T170000Z;INTERVAL=3
+
+
+Several of these test cases are simply copied from other directories of this test suite:
+Until_TestCase06.ics: LibICal/LibICal_TestCase14.ics
+Until_TestCase05.ics: LibICal/LibICal_TestCase13.ics
+Until_TestCase04.ics: LibICal/LibICal_TestCase47.ics
+Until_TestCase03.ics: LibICal/LibICal_TestCase22.ics
+
+
+
+
+