search for: new_york

Displaying 20 results from an estimated 85 matches for "new_york".

2010 Jun 24
7
Yet more variable scoping pain.
Some days I wonder why I even bother with puppet. --- classes: - datacentre::new_york - role::appserver - elements::tfel0 environment: production: parameters: < set key/value pairs here > class ldap { < do some stuff that behaves slightly differently between different data centers > } class role::appserver { include ldap } So, I wanted to set some variables i...
2012 Dec 27
4
Where is timezone string stored?
...on is invalid or expired' So I went looking for logs and in /var/log/roundcube/errors I find LOTS of warnings about problems with my timezone. Kind of a challenge to copy the log entries over here (will do if needed). Anyway, for right now I am looking as to where my 'Detroit American/New_York' (what I am seeing in Gnomes calendar preferences) string is stored. Roundcube seems to want 'America/New_York'? Shouldn't I be seeing 'America/Detroit' when I look at the calendar selection in Gnome?
2007 Oct 08
2
asterisk hangs on STRPTIME
...tting no response on function STRPTIME() the system just hangs, STRFTIME() is working fine as seen below. Same thing happens whether I called in from a softphone or via teliax. While executing the following code : ; exten => s,n,Set(v_ts=) exten => s,n,Set(v_ts=${STRFTIME(|America/New_York|%Y-%m-%d)}) exten => s,n,NoOp(${v_ts}) ; exten => s,n,Set(v_ts=) exten => s,n,Set(v_ts=${STRPTIME(2007-10-06 05:04:03|America/New_York|%Y-%m-%d %H:%M:%S)}) exten => s,n,NoOp(${v_ts}) ; I get the output : -- Executing [s at return_values:6] Set("IAX2/4883-1", "v...
2017 Jan 31
2
time zone
...login to > zoneminder: > > ZoneMinder is not installed properly: php's date.timezone is not > set to a valid timezone > > Zoneminder has been running since last Wednesday when I installed > it. Today, I get this. > > In /etc/php.ini, I have date.timezone = America/New_York, which I > added when zoneminder was installed. > > Output from date: Tue Jan 31 15:56:26 EST 2017 > > Output from ll /etc/localtime: lrwxrwxrwx. 1 root root 38 Jan 25 > 19:05 /etc/localtime -> ../usr/share/zoneinfo/America/New_York > > Been searching for hours for an...
2009 Jul 15
0
POSIX, timezones and R-ODBC
Howdy- I recently upgraded to R 2.9.1 and did the updates for all of my packages. A few of them now *suggest* the TZ variable to be set, which I did: > Sys.getenv("TZ") TZ "" > Sys.setenv(TZ="America/New_York") > Sys.getenv("TZ") TZ "America/New_York" Next up: library(RODBC) library(quantmod) channel <- odbcConnect("mylovelydb") > GS = sqlQuery(channel, paste("select Date, o, h, l, c, v from GS ORDER BY Date ASC")) Error in as.POSI...
2011 May 14
2
timezone specification on windows machine
Hi, I'm wondering what's the right value for specifying "America/New_York" time zone on a windows machine? I got my code which specify this time zone on as.POSIXct function work properly with this value on a linux machine. But it keeps giving me complaint on windows. Thank you. Cheers, Robert
2012 Mar 15
1
Subtract Date Between columns
...2006-10-31 19:02:04 2006-10-31 18:52:12 1162341465 11875 2006-10-31 19:02:27 2006-10-31 15:44:32 1162339324 118 2006-10-31 19:03:01 2006-10-31 19:03:03 1162339381 2 Dataset$Time<-as.POSIXlt(TIME_STAMP, origin="1970-01-01", tz="America/New_York") temp1<-Dataset$Time-Dataset$SESSIONTIME Dataset$TimeStart<-as.POSIXlt(temp1, origin="1970-01-01", tz="America/New_York") I don't understand why changed the data in column TimeStar on 4 register Thanks -- View this message in context: http://r.789695.n4....
2017 Jan 31
1
time zone
...; >> ZoneMinder is not installed properly: php's date.timezone is not >> set to a valid timezone >> >> Zoneminder has been running since last Wednesday when I installed >> it. Today, I get this. >> >> In /etc/php.ini, I have date.timezone = America/New_York, which I >> added when zoneminder was installed. >> >> Output from date: Tue Jan 31 15:56:26 EST 2017 >> >> Output from ll /etc/localtime: lrwxrwxrwx. 1 root root 38 Jan 25 >> 19:05 /etc/localtime -> ../usr/share/zoneinfo/America/New_York >> >&gt...
2017 Jan 31
2
time zone
...p's date.timezone is >> >> not set to a valid timezone >> >> >> >> Zoneminder has been running since last Wednesday when I >> >> installed it. Today, I get this. >> >> >> >> In /etc/php.ini, I have date.timezone = America/New_York, which >> >> I added when zoneminder was installed. >> >> >> >> Output from date: Tue Jan 31 15:56:26 EST 2017 >> >> >> >> Output from ll /etc/localtime: lrwxrwxrwx. 1 root root 38 Jan 25 >> >> 19:05 /etc/localtime -> ../u...
2014 Mar 24
1
Timezone warnings on package install in R-alpha
...ource/R-alpha/library' * installing *source* package 'reportr' ... Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'Europe/London' Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'GMT' Warning in as.POSIXlt.POSIXct(x, tz) : unknown timezone 'America/New_York' ** R ** preparing package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package...
2004 Nov 01
3
Reading word by word in a dataset
Hello All, I'd like to read first words in lines into a new file. If I have a data file the following, how can I get the first words: apple, banana, strawberry? i1-apple 10$ New_York i2-banana 5$ London i3-strawberry 7$ Japan Is there any similar question already posted to the list? I am a bit new to R, having a few months of experience now. Cheers, John
2017 Feb 01
2
time zone
...t set to a valid timezone >> >> >> >> >> >> Zoneminder has been running since last Wednesday when I >> >> >> installed it. Today, I get this. >> >> >> >> >> >> In /etc/php.ini, I have date.timezone = America/New_York, >> >> >> which I added when zoneminder was installed. >> >> >> >> >> >> Output from date: Tue Jan 31 15:56:26 EST 2017 >> >> >> >> >> >> Output from ll /etc/localtime: lrwxrwxrwx. 1 root root 38 >> &g...
2007 Feb 07
4
tzdata - extra info.
Sorry for the extra info required, but I had digest mode turned on and wouldn't have received the mailing till tomorrow. I have since updated the data manually, but after 'yum update tzdata' was run, the zdump -v for EST5EDT and America/New_York all still showed a date of April 1, instead of March 11. After manually fixing, it is correct. This was mostly a question about why yum provided a tzdata that was for a 2006a rpm instead of the 2006g or later when I did the yum. Thanks Steve Campbell campbell at cnpapers.com Charleston Newspa...
2017 Feb 01
0
time zone
...> >> >> set to a valid timezone > >> >> > >> >> Zoneminder has been running since last Wednesday when I installed > >> >> it. Today, I get this. > >> >> > >> >> In /etc/php.ini, I have date.timezone = America/New_York, which I > >> >> added when zoneminder was installed. > >> >> > >> >> Output from date: Tue Jan 31 15:56:26 EST 2017 > >> >> > >> >> Output from ll /etc/localtime: lrwxrwxrwx. 1 root root 38 Jan 25 > >> >> 19:...
2016 Mar 14
2
Help with libiconv problem
...unknown timezone 'America/Los_Angeles' 2: In strptime(paste(.leap.seconds, "23:59:60"), "%Y-%m-%d %H:%M:%S") : unknown timezone 'GMT' 3: In strptime(paste(.leap.seconds, "23:59:60"), "%Y-%m-%d %H:%M:%S") : unknown timezone 'America/New_York' dyld: lazy symbol binding failed: Symbol not found: _libiconv_open Referenced from: /Users/someone/work/abc/fastr/com.oracle.truffle.r.native/gnur/R-3.2.4/lib/libR.dylib Expected in: flat namespace dyld: Symbol not found: _libiconv_open Referenced from: /Users/someone/work/abc/fast...
2017 Jan 31
0
time zone
...ed getting this error when trying to login to zoneminder: ZoneMinder is not installed properly: php's date.timezone is not set to a valid timezone Zoneminder has been running since last Wednesday when I installed it. Today, I get this. In /etc/php.ini, I have date.timezone = America/New_York, which I added when zoneminder was installed. Output from date: Tue Jan 31 15:56:26 EST 2017 Output from ll /etc/localtime: lrwxrwxrwx. 1 root root 38 Jan 25 19:05 /etc/localtime -> ../usr/share/zoneinfo/America/New_York Been searching for hours for another file that may be overridin...
2017 Jan 31
0
time zone
...ogin to > zoneminder: > > ZoneMinder is not installed properly: php's date.timezone is not set > to a valid timezone > > Zoneminder has been running since last Wednesday when I installed it. > Today, I get this. > > In /etc/php.ini, I have date.timezone = America/New_York, which I > added when zoneminder was installed. > > Output from date: Tue Jan 31 15:56:26 EST 2017 > > Output from ll /etc/localtime: lrwxrwxrwx. 1 root root 38 Jan 25 > 19:05 /etc/localtime -> ../usr/share/zoneinfo/America/New_York > > Been searching for hours for a...
2009 Apr 06
2
system-config-date-tui ??
Remote box keeps reverting the localtime to Eastern (America/New_York). cd /etc rm localtime && ln -s /usr/share/zoneinfo/UTC localtime fixes it - but it seems to revert from time to time, I presume from yum updates (or possibly an init script ??) In /etc/sysconfig there is a config file for it. I'd rather not manually edit it, it looks simple enough...
2005 Aug 01
1
Voicemail envelope time is 4 hours ahead
I'm running a recent CVS build under Solaris 10. In the shell than I'm running the Asterisk console I have TZ=US/Eastern and in my voicemail.conf I have tz=eastern and eastern=America/New_York|'vm-received' Q 'digits/at' IMp. The voicemail envelope information seems to be exactly 4 hours ahead. No matter what I try I can't seem to find the cause. Any ideas? Frank
2012 Feb 02
1
Problem with GMT+/- time zones
I'm struggling with time zone version when expressed as hours offset from GMT. Can anyone confirm that the behaviour below is incorrect? It seems that the GMT offsets are backwards: > format(as.POSIXct("2011-05-23 17:23:00", tz="Europe/London"),tz="America/New_York",usetz=T) [1] "2011-05-23 12:23:00 EDT" - this works. > format(as.POSIXct("2011-05-23 17:23:00",tz="GMT"),tz="GMT-5",usetz=T) [1] "2011-05-23 22:23:00 GMT" - this doesn't work: 17:23:00 GMT should be 12:23:00 GMT-5! Thanks. R vers...