I have a webservice returning timestamps in Gregorian seconds.
How do I convert Gregorian date (in seconds) to unix timestamp in PHP?
I have a webservice returning timestamps in Gregorian seconds.
How do I convert Gregorian date (in seconds) to unix timestamp in PHP?
subtract unix epoch(62167219200) from the Gregorian seconds returned by the web service. see here
© 2022 - 2024 — McMap. All rights reserved.