|
@@ -40,9 +40,9 @@ |
|
40
|
40
|
if ($timestamp === false) { |
|
41
|
41
|
return current_time('mysql'); |
|
42
|
42
|
} |
|
43
|
43
|
|
|
44
|
|
- return date('Y-m-d H:i:s', $timestamp); |
|
44
|
+ return gmdate('Y-m-d H:i:s', $timestamp); |
|
45
|
45
|
} |
|
46
|
46
|
|
|
47
|
47
|
/** |
|
48
|
48
|
* Transform currency value to standard code. |