search for: timezone

Displaying 20 results from an estimated 1493 matches for "timezone".

2014 Jan 10
3
[PATCH 0/3] Timezone and keyboard layout settings in virt-builder and virt-sysprep.
Setting timezone is easy. It turns out to be almost impossible to set keyboard layout in virt-builder sanely, so I have added some examples instead. Coming up next, setting languages in virt-builder (clue: very very very hard). Rich.
2017 Oct 14
2
Another issue with Sys.timezone
...low to R-help but was advised that this list is the right one to address the issue; in the meantime I investigated the matter somewhat more closely, including searching recent R-devel postings, since I haven't been following this list.) Last May there were two reports here of problems with Sys.timezone, one where the zoneinfo directory is in a nonstandard location (https://stat.ethz.ch/pipermail/r-devel/2017-May/074267.html) and the other where the system lacks the file /etc/localtime (https://stat.ethz.ch/pipermail/r-devel/2017-May/074275.html). My system exhibits a third case: it lacks /etc/ti...
2011 Jul 13
14
Using timezone javascript to set Time.zone
I''ve got a javascript that provides me with the timezone for the client. I want to use this to set Time.zone so that all my times stored in the database are displayed in the timezone for the client. So really simplistically var timezone = jstz.determine_timezone().timezone Time.zone = timezone.olson_tz obviously this can''t be done. I''...
2017 Oct 18
2
Another issue with Sys.timezone
...the right one to address the issue; in the meantime I > > investigated the matter somewhat more closely, including searching > > recent R-devel postings, since I haven't been following this list.) > > > Last May there were two reports here of problems with Sys.timezone, one > > where the zoneinfo directory is in a nonstandard location > > (https://stat.ethz.ch/pipermail/r-devel/2017-May/074267.html) and the > > other where the system lacks the file /etc/localtime > > (https://stat.ethz.ch/pipermail/r-devel/2017-May/074275.h...
2006 Apr 24
2
Session Restore Problem
...session files): Session contains objects whose class definition isn''t available. Remember to require the classes for all objects kept in the session. (Original exception: uninitialized constant TZInfo [NameError]) I know what the problem is. Rails hasn''t loaded "TZInfo::Timezone" class definition yet so it doesn''t know how to handle "TZInfo::Timezone" object stored in the session. If an ActiveRecord model is saved in the session, using "model" method in "ApplicationController" with the symbol for the model name does the...
2017 Feb 01
2
time zone
...<tdukes at palmettoshopper.com> >> >> >> >> >> >> Today, I started 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...
2006 Jun 07
4
Setting default timezone ENV[''TZ'']=''UTC'' not working on windows?
Hi, I''ve been trying to do timezone conversion, and have some trouble getting it to work on my Windows machine. Searching the web, I found http://wiki.rubyonrails.com/rails/pages/HowtoSetDefaultTimeZone ...which explains how to set the default timezone. I''m using an environment.rb that include the lines: ActiveRecord::Bas...
2012 Dec 27
4
Where is timezone string stored?
I am having problems with RoundCube: 'Your session 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...
2017 Jan 31
2
time zone
...02:37 -0500 >> >> From: TE Dukes <tdukes at palmettoshopper.com> >> >> >> >> Today, I started 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 >&...
2017 Oct 19
0
Another issue with Sys.timezone
...o address the issue; in the meantime I >> > investigated the matter somewhat more closely, including searching >> > recent R-devel postings, since I haven't been following this list.) >> >> > Last May there were two reports here of problems with Sys.timezone, one >> > where the zoneinfo directory is in a nonstandard location >> > (https://stat.ethz.ch/pipermail/r-devel/2017-May/074267.html) and the >> > other where the system lacks the file /etc/localtime >> > (https://stat.ethz.ch/pipermail/r-devel/2...
2006 Mar 16
5
TimeZone, TZInfo, daylight savings, and composed_of
...e a simple db field like create table accounts ( id int unsigned not null auto_increment, name varchar(50) not null, time_zone varchar(50) not null, ... primary key (id) ) and a class like class Account < AR ... composed_of :time_zone, :class_name => TimeZone, :mapping => %w(time_zone name) end There also seems to be a TZInfo library that supports daylight savings. It seems strange that the TimeZone class in rails doesn''t support daylight savings as Basecamp from 37Signals uses timezones and I''m sure they would have to support it....
2008 Nov 10
1
TimeZone Help - Finding TimeZone codes
I have looked at ?as.POSIXct ?POSIXct and many of the references that are on those pages. I am bewildered with timezones. Is there a way to get what would go into tz="" for making a function that uses POSIXct to be able to be used in all of the timezones in just the united states? This is for both windows and mac... this is the function that I am wanting to use it with library(maptools) sunrise.set <...
2020 Oct 31
2
strptime() keeps emitting warnings after establishing a handler with tryCatch()
Dear list members, I have come about a peculiar behavior in R (4.0.2) which I would describe as a bug. On macOS, where `strptime()` raises a warning for invalid timezone identifiers, the following code will continue to raise the original warning with every subsequent call to `strptime()`: ``` # attach a handler for warnings for this call only: tryCatch(strptime('2020-10-31 18:30', format = '%Y-%m-%d %H:%M', tz = 'Wrong Timezone!'),...
2006 Jun 18
2
Hosting timezone differs of clients timezone
Hi, I have a website in production wich uses a lot of date and time calculations to show specific information. The timezone of my hosting service (Dreamhost) is PDT, and the timezone of my potential clients is CEST. There are 9 hours of difference between them. Is there an environment variable that I could adjust in my rails application, so all date/time values be set to CEST timezone? Thanks. -- Carlos Alberto Param...
2005 Apr 19
1
timeSeries Date Warning messages: Set timezone to GMT!
Hello, I must be doing something wrong that's very obvious. But I just don't see it. I changed my Windows Time Zone to GMT and my Financial Center to Montreal. But I still get several warnings. >Sys.timezone() [1] "GMT Daylight Time" >myFinCenter [1] "Montreal" >Sys.timeDate() [1] "Montreal" [1] [2005-04-19 10:55:02] Warning messages: 1: Set timezone to GMT! in: Sys.timeDate() 2: Set timezone to GMT! in: timeDate(as.character(Sys.time()), zone = "GMT", Fin...
2017 Oct 16
0
Another issue with Sys.timezone
...t; that this list is the right one to address the issue; in the meantime I > investigated the matter somewhat more closely, including searching > recent R-devel postings, since I haven't been following this list.) > Last May there were two reports here of problems with Sys.timezone, one > where the zoneinfo directory is in a nonstandard location > (https://stat.ethz.ch/pipermail/r-devel/2017-May/074267.html) and the > other where the system lacks the file /etc/localtime > (https://stat.ethz.ch/pipermail/r-devel/2017-May/074275.html). My > s...
2017 Oct 20
1
Another issue with Sys.timezone
...in the meantime I >>> > investigated the matter somewhat more closely, including searching >>> > recent R-devel postings, since I haven't been following this list.) >>> >>> > Last May there were two reports here of problems with Sys.timezone, one >>> > where the zoneinfo directory is in a nonstandard location >>> > (https://stat.ethz.ch/pipermail/r-devel/2017-May/074267.html) and the >>> > other where the system lacks the file /etc/localtime >>> > (https://stat.ethz.ch/pip...
2007 Apr 19
1
Time zone mapping from TimeZone to TZInfo::Timezone
Hi. Using this: <%= time_zone_select("account", "time_zone" %> I get a list of time zones options, like eg.: <option value="Athens">(GMT+02:00) Athens</option> But as I''m using TZInfo::Timezone, I need to map ''Athens'' to ''Europe/Athens'' I can see that the mapping I''m looking for is present in the tzinfo_timezone plugin, but I cannot see how to access it. Anyone? Thanks. Morten PS: I''m aware that I could use <%=time_zone_select...
2017 Jan 31
2
time zone
> Date: Tuesday, January 31, 2017 16:02:37 -0500 > From: TE Dukes <tdukes at palmettoshopper.com> > > Today, I started 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...
2017 Jan 31
1
time zone
...PM > >> Date: Tuesday, January 31, 2017 16:02:37 -0500 >> From: TE Dukes <tdukes at palmettoshopper.com> >> >> Today, I started 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. >>...