Summary | Sunrise/sunset times incorrect |
Queue | Horde Base |
Queue Version | 3.1.1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | administrator (at) stratusstudios (dot) hopto (dot) org |
Created | 04/25/2006 (7030 days ago) |
Due | |
Updated | 06/29/2006 (6965 days ago) |
Assigned | 04/27/2006 (7028 days ago) |
Resolved | 06/29/2006 (6965 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
works perfectly with the default timezones in nls.php.
$tz['GMT -0400'] = 'America/Toronto';
and after I change it, it seems to give a different set of times, but
it doesn't seem to calculate it properly.
For GMT, the times are 09:51 and 00:38 for sunrise/sunset (seem right,
just off by x hours)
When i change to America/Toronto, it goes to 02:38 and 17:51....go figure!
also it might be a moot point as i'm favouring an older version of
horde where imp doesn't have a sendmail issue for msg composition.
-Jeremy
If by editing the time zone you meant changing the array so that the
associated option in the menu now had a time zone found in the msdn
classes, it essentially did the same thing (left at GMT +0100).
however i did not spend too much time trying yet so i'll continue to
see if anything else works.
might not be supported. Try to find out the supported timezones for
your windows version, probably on http://msdn.microsoft.com, and use
them in nls.php.
There is a chance it might be a bug in PHP itself. I notice that
using date() also gives the wrong time, saying that i'm GMT +0100 and
in BST. This is a Windows server using PHP 4.3.3; is there a known
bug? If that's the case then Horde is fine. If so, is there a fix?
you can set in the Global Options are really supported and work
correctly on your system?
if you mean global options->locale and time, yes. And regardless of
what time zone i specify, it does seem to remain stuck in GMT.
State ⇒ Feedback
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Sunrise/sunset times incorrect
Queue ⇒ Horde Base
State ⇒ Unconfirmed
I've set up the sunrise/sunset 'widget', and I noticed very strange
times (such as the sun rising in the afternoon and setting sometime
around midnight), and based on testing several time zones, I think it
is displaying all times based on GMT, but the server and client's
locales are fine (the server is pacific, client eastern, and the
client is set to america/montreal). Is this by design or should it
convert the time?
Thanks
Jeremy