pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2017-12-26
2017-12-26 00:26:14 by Martin Nilsson <nilsson@fastmail.com>
ae3ca982cada39c08d7d3aadd5919f85f4794fd6 (
19
lines) (+
10
/-
9
)
[
Show
|
Annotate
]
Branch:
master
Indent (pretend) class local function.
98:
static void fix_tm(const char *fname, struct TM_struct *this) {
-
const char*tm_zone = GET_ZONE(this);
+
const char
*tm_zone = GET_ZONE(this);
int is_utc_zone = tm_zone && !strcmp(tm_zone, "UTC"); if (is_utc_zone) this->t.tm_isdst = 0;