summaryrefslogtreecommitdiff
path: root/gpsd.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-01-15 05:49:24 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-01-15 05:49:24 -0500
commit8d609c2584b70a77e6d7a524b260d992fff94268 (patch)
tree56f531f749018507f15abbaf5a12dab7b4c1aa74 /gpsd.c
parent65b4419c0dcf84c15c03d98d27c9f0197d31f3b6 (diff)
downloadgpsd-8d609c2584b70a77e6d7a524b260d992fff94268.tar.gz
Move the timezone swetting to where we keep our assumptions abouut time.
Diffstat (limited to 'gpsd.c')
-rw-r--r--gpsd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gpsd.c b/gpsd.c
index 1e60e179..e71ecb96 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -1997,9 +1997,6 @@ int main(int argc, char *argv[])
#endif /* defined(CONTROL_SOCKET_ENABLE) || defined(SYSTEMD_ENABLE) */
- /* gpsd can't work with 'right' timezone when leapseconds inserted */
- (void)putenv("TZ=UTC");
-
/* might be time to daemonize */
if (go_background) {
/* not SuS/POSIX portable, but we have our own fallback version */