2018-02-14
2018-02-14 11:03:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
b5e25ccf29dc4093c7db1455f24b43a71f3a3d1b
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: b5e25ccf29dc4093c7db1455f24b43a71f3a3d1b
Sql.mysql: localtime(0)->timesone is not a constant expression.
1:
/*
- * $Id: mysql.pike,v 1.12 2000/09/28 03:39:08 hubbe Exp $
+ * $Id$
*
* Glue for the Mysql-module
*/
//.
//. File: mysql.pike
- //. RCSID: $Id: mysql.pike,v 1.12 2000/09/28 03:39:08 hubbe Exp $
+ //. RCSID: $Id$
//. Author: Henrik Grubbström (grubba@idonex.se)
//.
//. Synopsis: Implements the glue to the Mysql-module.
37: Inside #if constant(Mysql.mysql)
// 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;
//. - encode_time
//. Converts a system time value to an appropriately formatted time