Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. Which method enables you to calculate whether daylight saving time is in force at a specific date and time?

  2. A.

     getOffset()

    B.

     getTranitions()

    C.

     ISODate()

    D.

     savingTime()

    View Answer

    Workspace

    Answer : Option B

    Explanation :

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


Be The First To Comment