Use gmdate instead

This commit is contained in:
moodler
2003-08-23 12:25:50 +00:00
parent 280faf9ff7
commit 1ccc73ac3b
+1 -1
View File
@@ -1698,7 +1698,7 @@ function make_unique_id_code($version=1) {
$hostname = $_ENV["SERVER_NAME"];
}
$date = date("ymdHis");
$date = gmdate("ymdHis");
$random = random_string(6);