M@rc Well-known member Feb 9, 2021 #1 1612898486 1612793244 1605054495 How can I get the actual date from these entries in the database? Thanks!
1612898486 1612793244 1605054495 How can I get the actual date from these entries in the database? Thanks!
P Paul B XenForo moderator Staff member Feb 9, 2021 #2 Unix Time Stamp - Epoch Converter Epoch and unix timestamp converter for developers. Date and time function syntax reference for various programming languages. www.unixtimestamp.com Upvote 0 Downvote
Unix Time Stamp - Epoch Converter Epoch and unix timestamp converter for developers. Date and time function syntax reference for various programming languages. www.unixtimestamp.com
Kier XenForo developer Staff member Feb 10, 2021 #3 SELECT FROM_UNIXTIME(log_date) FROM log_table Upvote 0 Downvote