Skip to content
Snippets Groups Projects
Commit bc7aab36 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Merge branch 'patches/pike63' into 8.0

* patches/pike63:
  Sql.mysql: localtime(0)->timesone is not a constant expression.
parents bf2b8850 b5e25ccf
Branches
Tags
No related merge requests found
......@@ -537,7 +537,7 @@ string utf8_encode_query (string q, function(string:string) encode_fn)
// handles time in this local timezone. They map the special zero
// time/date spec to 0.
private constant timezone = localtime (0)->timezone;
private int timezone = localtime (0)->timezone;
//! Converts a system time value to an appropriately formatted time
//! spec for the database.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment