1.

Which one of the following format parameter can be used to identify timezone?(a) T(b) N(c) E(d) IThis question was posed to me during an interview.My question is based upon Date and Timestamp in division File and Session Handling in PHP of PHP

Answer»

The CORRECT choice is (c) E

The explanation: When the format is E the time zone is identified and returned, for EXAMPLE, America/New York. N denotes ISO-8601 numeric representation of the day of the WEEK, T denotes time zone abbreviation, I denotes whether or not the date is in DAYLIGHT saving time.



Discussion

No Comment Found

Related InterviewSolutions