OK, I was able to test it, and everything looks good now...thanks again!
On 3/13/2014 10:47 AM, Michael Friedrich wrote:
On 13.03.2014 15:10, Brian O'Neill wrote:
I'll see how soon I can test it...is there an RPM version I can pick up
of it? And will I need to update the base Icinga as well t
On 13.03.2014 15:10, Brian O'Neill wrote:
I'll see how soon I can test it...is there an RPM version I can pick up
of it? And will I need to update the base Icinga as well to test?
yes, the release rpms are available at packages.icinga.org and so do the
snapshot rpms from git next.
Thanks f
I'll see how soon I can test it...is there an RPM version I can pick up
of it? And will I need to update the base Icinga as well to test?
Thanks for working on it...
On 3/13/2014 10:07 AM, Markus Frosch wrote:
Hey Brian,
Hmm...it still seems broken.
If I understand the bug request, the reque
Hey Brian,
> Hmm...it still seems broken.
>
> If I understand the bug request, the requester wants to submit the times
> in the _system's_ timezone, but the JS is displaying the browser's
> timezone. That explains why I'm seeing what I'm seeing in the dialog.
>
> But if that is the case, I expe
Hmm...it still seems broken.
If I understand the bug request, the requester wants to submit the times
in the _system's_ timezone, but the JS is displaying the browser's
timezone. That explains why I'm seeing what I'm seeing in the dialog.
But if that is the case, I expect that if I'm submitti
On 11.03.2014 20:47, Brian O'Neill wrote:
Strange, since it doesn't seem like I'm being converted to UTC, which
would be either 4 or 7 hours different.
You've got a multi instance setup with different timezones and when your
command is sent, this is the timezone of your local webserver. You ar
Strange, since it doesn't seem like I'm being converted to UTC, which
would be either 4 or 7 hours different.
On 3/11/2014 3:30 PM, Kleber Rocha wrote:
This behaviour happens because this patch was applied in 1.10.1
oDef.format = 'Y-m-d H:i:s';
+var now = n
This behaviour happens because this patch was applied in 1.10.1
oDef.format = 'Y-m-d H:i:s';
+var now = new Date(),
+utcNow = new Date(now.getTime() +
now.getTimezoneOffset() * 60 * 1000);
+
if (!oDef.value) {
-
I'm using Icinga Web with several Icinga servers in various locations,
including different timezones, although I'm experiencing an issue with
it locally.
My Icinga Web server, along with one Icinga instance running on the same
box, is in the Pacific time zone ("America/Los_Angeles"). System is