Skip to content

Commit 63e18bd

Browse files
committed
[smarcet]
* force UTC on create/update dates
1 parent ce68a66 commit 63e18bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstack/code/utils/DB/MySQLDatabase56.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function time($values){
9090

9191

9292
public function now(){
93-
return 'NOW('.self::MicrosecondsPrecision.')';
93+
return 'UTC_TIMESTAMP('.self::MicrosecondsPrecision.')';
9494
}
9595

9696
/**

0 commit comments

Comments
 (0)