Timezone problem |
10/27/2007 9:37:43 AM |
PHPRunner General questions | |
I
Idol author
Hi!
|
|
![]() |
Sergey Kornilov admin 10/27/2007 |
Try the following: date('Y-m-d', strtotime("-1 hour")) |
I
|
Idol author 10/27/2007 |
Try the following: date('Y-m-d', strtotime("-1 hour"))
|
![]() |
Sergey Kornilov admin 10/27/2007 |
Got it date('Y-m-d h:m:s A', strtotime("-1 hour")) |
I
|
Idol author 10/28/2007 |
Got it date('Y-m-d h:m:s A', strtotime("-1 hour"))
|