Date/Time Functions in PHP
4/34
  • Internally, a 64 bit signed integer is used to store the number of seconds since the epoch
  • strtotime() and functions dealing with timestamps have been replaced with classes (such as new DateTime())
  • Nothing is Operating System dependent
  • Full support for timezones, DST, date modifications
  • Advanced date handling functions