Skip to main content
#! code
Main navigation
Tools
Snippets
About
Contact
Services
Support Us!
Breadcrumb
Home
#! code Tools
Timestamp Converter Tool
Copied to clipboard
Timestamp Converter Tool
Enter a timestamp and submit the form to view some human readable date/time representations.
Timestamp
PHP code
Output
date('r (T)', 1683212904)
Thu, 04 May 2023 16:08:24 +0100 (BST)
date('c', 1683212904)
2023-05-04T16:08:24+01:00
date('Y-m-d H:i:s', 1683212904)
2023-05-04 16:08:24
date('l', 1683212904)
Thursday
Spot a problem with this tool?
Fill in the contact form and let us know!