Home » PHP » PHP Date/Time » Question
  1. Which method enables you to calculate whether daylight saving time is in force at a specific date and time?
    1. savingTime()
    2. ISODate()
    3. getOffset()
    4. getTranitions()
    5. None of these
Correct Option: A

This outputs a multidimensional array listing past and future changes to the offset from UTC for a DateTimeZone object.



Your comments will be displayed only after manual approval.