8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84d304 commit 79ae733Copy full SHA for 79ae733
src/test/groovy/net/fortuna/ical4j/model/DateTimeSpec.groovy
@@ -62,6 +62,10 @@ class DateTimeSpec extends Specification {
62
dateTimeString | timezoneId
63
'20110327T000000'| 'Europe/London'
64
'20110326T090000'| 'Europe/Minsk'
65
+ '20110326T090000'| 'Australia/Melbourne'
66
+ '20110326T090000'| 'Australia/Adelaide'
67
+ // XXX: issue with tz definition for LHI..
68
+// '20110326T090000'| 'Australia/Lord_Howe'
69
}
70
71
// @Ignore
0 commit comments