lsfilter: Use server's timezone84/684/2
commitfc156cb497962af4374caac3cc4127f3fc06cead
authorRobin Sonefors <robin.sonefors@op5.com>
Fri, 9 May 2014 14:51:40 +0000 (9 16:51 +0200)
committerCarl Helmertz <chelmertz@op5.com>
Mon, 12 May 2014 11:49:56 +0000 (12 13:49 +0200)
treef08c919b0a98eb80efce00ef5468e43289f3614e
parent427c56280e27f3c54db150c5f1d48c0f150362e9
lsfilter: Use server's timezone

Because everything else uses server time (or, to be precise, PHP time,
which is totally unrelated to the actual server time, but I'm not even
going to bother), rather than client time, the easiest way to make
listviews consistent with everything else is to convert the client time
to server time. It would probably be more Correctâ„¢ to move in the other
direction, but it would take a *lot* more work.

This has been manually tested by putting my VM ('s PHP time) into US
Pacific time, and noticing that listviews, like default values in
command submissions and extinfo content, moves 9 hours away from my main
computer's CET timezone. Time has a habit of moving about, so I don't
quite know how to auto-test it.

So, despite the lack of tests, I'm going to say that this resolves
bug #7669.

Change-Id: I409869f92f5e4c01f4fe29e541eb9a6a46b67208
Signed-off-by: Robin Sonefors <robin.sonefors@op5.com>
modules/lsfilter/media/js/lib.js