package |
Default |
---|
setUp()
test__ToStringUsesGetIntervalsString()
testCanUseDruidDateTimeStrings()
Take ISO, replace time zone offsets with 'Z'. We always work in Zulu/UTC/GMT time here.
Y-m-d\TH:i:s\Z
eBay and Amazon also use this style.
testCanUseISO8601DateTimeStrings()
Y-m-d\TH:i:sO
testCanUseStandardDateTimeStrings()
We want UTC time only. At least the output should not be modified.
testGetIntervalsString()
testGetIntervalsStringWithInvalidData()
testGetIntervalsStringWithMissingData()