How to get the timestamp range of this hour?
Posted
by Axel
on Stack Overflow
See other posts from Stack Overflow
or by Axel
Published on 2010-04-21T01:56:47Z
Indexed on
2010/04/21
2:03 UTC
Read the original article
Hit count: 325
How to get the UNIX timestamp range of the current hour, i mean one of the first second and the other for the last second. so if it's 18:45 i would get the timestamp of 18:00 and 18:59.
Thanks
© Stack Overflow or respective owner