-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handling timezones regardless of server TZ setting. #24
base: master
Are you sure you want to change the base?
Commits on Aug 7, 2013
-
Use node-time to set timezone at parse-time rather than setting .tz o…
…n the date object, because I don't think that changes the nature of the underlying date object.
Stuart Young committedAug 7, 2013 Configuration menu - View commit details
-
Copy full SHA for 0b62d04 - Browse repository at this point
Copy the full SHA 0b62d04View commit details -
Try using the setTimezone with true param.
Stuart Young committedAug 7, 2013 Configuration menu - View commit details
-
Copy full SHA for eaee1b5 - Browse repository at this point
Copy the full SHA eaee1b5View commit details -
I simply cannot get this to work properly. Trying to print out what t…
…he parser is seeing for the date.
Stuart Young committedAug 7, 2013 Configuration menu - View commit details
-
Copy full SHA for 2a4ce32 - Browse repository at this point
Copy the full SHA 2a4ce32View commit details -
Trying to understand this date parsing.
Stuart Young committedAug 7, 2013 Configuration menu - View commit details
-
Copy full SHA for 3feaff6 - Browse repository at this point
Copy the full SHA 3feaff6View commit details -
Maybe I was just not setting tz in the right spot.
Stuart Young committedAug 7, 2013 Configuration menu - View commit details
-
Copy full SHA for 6f1dc5e - Browse repository at this point
Copy the full SHA 6f1dc5eView commit details -
Consolidate setTimezone call into addTZ method.
Stuart Young committedAug 7, 2013 Configuration menu - View commit details
-
Copy full SHA for 5687776 - Browse repository at this point
Copy the full SHA 5687776View commit details -
Stuart Young committed
Aug 7, 2013 Configuration menu - View commit details
-
Copy full SHA for b113dd6 - Browse repository at this point
Copy the full SHA b113dd6View commit details -
Use node-time as a drop-in replacement for Date and use the setTimezo…
…ne method in addTZ function.
Stuart Young committedAug 7, 2013 Configuration menu - View commit details
-
Copy full SHA for fb61a8b - Browse repository at this point
Copy the full SHA fb61a8bView commit details -
Use node-time as a drop-in replacement for Date and use the setTimezo…
…ne method in addTZ function. This uses node-time 0.9.2.
Stuart Young committedAug 7, 2013 Configuration menu - View commit details
-
Copy full SHA for 3648492 - Browse repository at this point
Copy the full SHA 3648492View commit details
Commits on Aug 8, 2013
-
If there is no time on the date, then I'm going to set a bAllDay bool…
…ean on the node-time object. This makes it easier because JS dates always have a time, but in this case the time is not valuable.
Stuart Young committedAug 8, 2013 Configuration menu - View commit details
-
Copy full SHA for 16f8c49 - Browse repository at this point
Copy the full SHA 16f8c49View commit details
Commits on Aug 12, 2013
-
Stuart Young committed
Aug 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 23b1cbc - Browse repository at this point
Copy the full SHA 23b1cbcView commit details -
Stuart Young committed
Aug 12, 2013 Configuration menu - View commit details
-
Copy full SHA for c5b0cb6 - Browse repository at this point
Copy the full SHA c5b0cb6View commit details -
Stuart Young committed
Aug 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 2663f76 - Browse repository at this point
Copy the full SHA 2663f76View commit details -
Stuart Young committed
Aug 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 4994946 - Browse repository at this point
Copy the full SHA 4994946View commit details -
Only call addTZ when the datetime value doesn't have a Z.
Stuart Young committedAug 12, 2013 Configuration menu - View commit details
-
Copy full SHA for b305520 - Browse repository at this point
Copy the full SHA b305520View commit details -
Stuart Young committed
Aug 12, 2013 Configuration menu - View commit details
-
Copy full SHA for cb95cce - Browse repository at this point
Copy the full SHA cb95cceView commit details -
Stuart Young committed
Aug 12, 2013 Configuration menu - View commit details
-
Copy full SHA for f4004fb - Browse repository at this point
Copy the full SHA f4004fbView commit details -
Don't alter the timestamp if the date/time string is already in zulu …
…time.
Stuart Young committedAug 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 90cbadf - Browse repository at this point
Copy the full SHA 90cbadfView commit details -
Something is dying along the way... Added skip param to tell node-tim…
…e whether or not to convert the timestamp.
Stuart Young committedAug 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 3e5902f - Browse repository at this point
Copy the full SHA 3e5902fView commit details
Commits on Aug 28, 2013
-
Putting rrule inside handler because using a singleton means that eve…
…ry recurring instance just gets concatenated if you're parsing multiple events in one pass.
Stuart Young committedAug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for dc427cc - Browse repository at this point
Copy the full SHA dc427ccView commit details -
That didn't work. I am going to try and tell it to not cache.
Stuart Young committedAug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for bfad0e3 - Browse repository at this point
Copy the full SHA bfad0e3View commit details -
Passing empty hash in first param.
Stuart Young committedAug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for be18d97 - Browse repository at this point
Copy the full SHA be18d97View commit details -
Trying creating instance variable with caching off.
Stuart Young committedAug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 2a77fe4 - Browse repository at this point
Copy the full SHA 2a77fe4View commit details -
Stuart Young committed
Aug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for bbdac89 - Browse repository at this point
Copy the full SHA bbdac89View commit details -
Stuart Young committed
Aug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 582a2de - Browse repository at this point
Copy the full SHA 582a2deView commit details -
set _cache = false after instantiating it properly.
Stuart Young committedAug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 3764211 - Browse repository at this point
Copy the full SHA 3764211View commit details -
Leave caching on but empty _cache.all on each pass.
Stuart Young committedAug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 2fab6c9 - Browse repository at this point
Copy the full SHA 2fab6c9View commit details -
Leave caching on but empty _cache.all on each pass.
Stuart Young committedAug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 286c889 - Browse repository at this point
Copy the full SHA 286c889View commit details -
Stuart Young committed
Aug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 053e774 - Browse repository at this point
Copy the full SHA 053e774View commit details -
I forked rrule in order to allow noCache param to be passed in with t…
…he fromString method so the array of date instances that comes back with the .all() method doesn't include the cumulative dates during a large import.
Stuart Young committedAug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for f9dc8bb - Browse repository at this point
Copy the full SHA f9dc8bbView commit details -
That didn't work, so just going to pull in what RRule is doing and br…
…eak it down into pieces.
Stuart Young committedAug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 54c560c - Browse repository at this point
Copy the full SHA 54c560cView commit details -
Stuart Young committed
Aug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 8a6adea - Browse repository at this point
Copy the full SHA 8a6adeaView commit details -
Stuart Young committed
Aug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for d25a26e - Browse repository at this point
Copy the full SHA d25a26eView commit details -
Stuart Young committed
Aug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for b030aa9 - Browse repository at this point
Copy the full SHA b030aa9View commit details -
I simply don't know what's going on here.
Stuart Young committedAug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for a7526a1 - Browse repository at this point
Copy the full SHA a7526a1View commit details -
I'm going to stick the all() output to the rrule property on ical's o…
…utput. This might work for me.
Stuart Young committedAug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 7548aaa - Browse repository at this point
Copy the full SHA 7548aaaView commit details -
That didn't work. Creating an instance per uid is my next thing.
Stuart Young committedAug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for c535af4 - Browse repository at this point
Copy the full SHA c535af4View commit details -
That didn't work. Creating an instance per uid is my next thing.
Stuart Young committedAug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for d2fd912 - Browse repository at this point
Copy the full SHA d2fd912View commit details -
Trying to create a unique RRule instance for each event in the data s…
…tream.
Stuart Young committedAug 28, 2013 Configuration menu - View commit details
-
Copy full SHA for d201cdc - Browse repository at this point
Copy the full SHA d201cdcView commit details
Commits on Jun 24, 2014
-
Stuart Young committed
Jun 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 811b7f2 - Browse repository at this point
Copy the full SHA 811b7f2View commit details -
Stuart Young committed
Jun 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 2b3706a - Browse repository at this point
Copy the full SHA 2b3706aView commit details -
Stuart Young committed
Jun 24, 2014 Configuration menu - View commit details
-
Copy full SHA for c43e972 - Browse repository at this point
Copy the full SHA c43e972View commit details -
Don't convert to utc. Just parse using moment and see how it comes out.
Stuart Young committedJun 24, 2014 Configuration menu - View commit details
-
Copy full SHA for b44aa19 - Browse repository at this point
Copy the full SHA b44aa19View commit details -
Don't convert to utc. Just parse using moment and see how it comes out.
Stuart Young committedJun 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 8b252a8 - Browse repository at this point
Copy the full SHA 8b252a8View commit details -
Handling non-ISO formatted dates.
Stuart Young committedJun 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 41c90f2 - Browse repository at this point
Copy the full SHA 41c90f2View commit details -
Handling non-ISO formatted dates.
Stuart Young committedJun 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 2b4499a - Browse repository at this point
Copy the full SHA 2b4499aView commit details -
Handling non-ISO formatted dates.
Stuart Young committedJun 24, 2014 Configuration menu - View commit details
-
Copy full SHA for afc6944 - Browse repository at this point
Copy the full SHA afc6944View commit details -
Handling non-ISO formatted dates.
Stuart Young committedJun 24, 2014 Configuration menu - View commit details
-
Copy full SHA for c1561b1 - Browse repository at this point
Copy the full SHA c1561b1View commit details -
Handling non-ISO formatted dates.
Stuart Young committedJun 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 6100b27 - Browse repository at this point
Copy the full SHA 6100b27View commit details -
Handling non-ISO formatted dates.
Stuart Young committedJun 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 99dc9f5 - Browse repository at this point
Copy the full SHA 99dc9f5View commit details -
Handling non-ISO formatted dates.
Stuart Young committedJun 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 65e9b67 - Browse repository at this point
Copy the full SHA 65e9b67View commit details -
Handling non-ISO formatted dates.
Stuart Young committedJun 24, 2014 Configuration menu - View commit details
-
Copy full SHA for bd6b5d9 - Browse repository at this point
Copy the full SHA bd6b5d9View commit details -
Handling non-ISO formatted dates.
Stuart Young committedJun 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 11473d8 - Browse repository at this point
Copy the full SHA 11473d8View commit details -
Just using a moment object instead of js Date.
Stuart Young committedJun 24, 2014 Configuration menu - View commit details
-
Copy full SHA for b5d78f6 - Browse repository at this point
Copy the full SHA b5d78f6View commit details -
Stuart Young committed
Jun 24, 2014 Configuration menu - View commit details
-
Copy full SHA for a7aa567 - Browse repository at this point
Copy the full SHA a7aa567View commit details -
Stuart Young committed
Jun 24, 2014 Configuration menu - View commit details
-
Copy full SHA for 6c75229 - Browse repository at this point
Copy the full SHA 6c75229View commit details -
Stuart Young committed
Jun 24, 2014 Configuration menu - View commit details
-
Copy full SHA for ec84701 - Browse repository at this point
Copy the full SHA ec84701View commit details