Which method enables you to calculate whether daylight saving time is in force at a specific date and time?
A
getOffset()
B
getTranitions()
C
ISODate()
D
savingTime()
Correct Answer: getTranitions()
This outputs a multidimensional array listing past and future changes to the offset from UTC for a DateTimeZone object.