We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce68a66 commit 63e18bdCopy full SHA for 63e18bd
1 file changed
openstack/code/utils/DB/MySQLDatabase56.php
@@ -90,7 +90,7 @@ public function time($values){
90
91
92
public function now(){
93
- return 'NOW('.self::MicrosecondsPrecision.')';
+ return 'UTC_TIMESTAMP('.self::MicrosecondsPrecision.')';
94
}
95
96
/**
0 commit comments