in reply to Re^5: svg line graphs
in thread svg line graphs
"tzset" is common Perl command which our MIDAS scheduling software utilizes when calculating times and time zones.I'm guessing that, since it is now a decade later and no tzset, that it has been permanently removed. I wonder if there's a workaround? tzset seems simple enough:We understand that from around June 2010, tzset is no longer recognized or implemented in Strawberry Perl. We have no idea why this is the case, as there is very little information available from the developers of Strawberry Perl. It is unknown whether this is just a bug/glitch in Strawberry Perl, or if this common functionality has been permanently and intentionally removed.
"tzset" This is identical to the C function "tzset()" for setting the current timezone based on the environment variable "TZ", to be used by "ctime()", "localtime()", "mktime()", and "strftime()" functions.But what's amusing {perhaps} I can't find a man page for the C tzset() function on my system {Ubuntu 18.04.3}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: svg line graphs
by BernieC (Pilgrim) on Jan 29, 2020 at 21:41 UTC |