]> git.ipfire.org Git - thirdparty/moment.git/commit
Fix calendar bug related to DST and zones 1370/head
authorIskren Chernev <iskren.chernev@gmail.com>
Sat, 2 Nov 2013 18:06:38 +0000 (11:06 -0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Sat, 2 Nov 2013 18:06:38 +0000 (11:06 -0700)
commitbd280ada8465fe27858da70627d15d7130406e48
tree8e3cce7341d766c90be9357718c3e2726c4fe230
parent22e15cc1ac8e05b823f87c8bcc6bb076430bcd44
Fix calendar bug related to DST and zones

We need the start of today, in either local time or utc (zone) time. We can not
assume that local time is the same as utc (current zone), because that changes
with DST.
moment.js