-
ICI's date/time function is calendar() which is essentially a thin wrapper atop C's localtime() function. The "struct tm" that localtime fills in does not have timezone information. Now calendar() should arguably provide this information so we need some hopefully portable way to get it.
BSD systems do have timezone information in their struct tm and glibc seems to support that to...
2009-10-06 00:19:31 UTC by atrn
-
Hi,
Can someone help with methods for obtaining the TimeZone in ICI?
Also, can I request it be added as field in the DateTime structure?
Thanks.
2009-10-05 07:20:00 UTC by beninau
-
atrn committed patchset 922 of module ici to the ici CVS repository, changing 3 files.
2008-06-21 05:41:47 UTC by atrn
-
atrn committed patchset 921 of module ici to the ici CVS repository, changing 189 files.
2008-06-21 02:08:07 UTC by atrn
-
atrn committed patchset 920 of module ici to the ici CVS repository, changing 3 files.
2008-05-18 00:59:25 UTC by atrn
-
atrn committed patchset 444 of module ici-modules to the ici CVS repository, changing 1 files.
2008-05-14 20:28:49 UTC by atrn
-
atrn committed patchset 919 of module ici to the ici CVS repository, changing 1 files.
2008-05-12 19:42:00 UTC by atrn
-
atrn committed patchset 443 of module ici-modules to the ici CVS repository, changing 7 files.
2007-12-18 21:52:25 UTC by atrn
-
atrn committed patchset 918 of module ici to the ici CVS repository, changing 1 files.
2007-12-06 20:08:58 UTC by atrn
-
rling committed patchset 917 of module ici to the ici CVS repository, changing 1 files.
2007-11-05 21:43:31 UTC by rling