2 Oct
2014
2 Oct
'14
09:08
http://bugzilla.opensuse.org/show_bug.cgi?id=898974 --- Comment #3 from Jan Engelhardt <jengelh@inai.de> --- Looks about right. You can save the dtx copy though, so: const dbi_datetimex *dtx = &result->rows[row]->field_values[idx].d_datetimex; struct tm copy = dtx->tm; time64 time = timegm(©) - dtx->utc_offset; -- You are receiving this mail because: You are on the CC list for the bug.