79812241

Date: 2025-11-07 10:54:34
Score: 1
Natty:
Report link

The timestamp you're generating with gmdate() isn't a timestamp, it's a formatted datetime string. A timestamp is an integer expressing the number of seconds since January 1st, 1970 GMT. You can generate one with strtotime('now') , assuming the timezone of your server is set correctly.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Arthur Boucher