Re: ClojureScript reader and timestamps

2012-08-03 Thread Softaddicts
BG, how come I need to dig so often in the urban dictionary about the acronyms in your emails ? I am starting to worry about my potential obsolescence... :) Luc P > ROFLMAO! > > Sent from phone. Please excuse brevity. > On Aug 3, 2012 6:05 PM, "Michael Fogus" wrote: > > > The revenge of octal

Re: ClojureScript reader and timestamps

2012-08-03 Thread Baishampayan Ghose
ROFLMAO! Sent from phone. Please excuse brevity. On Aug 3, 2012 6:05 PM, "Michael Fogus" wrote: > The revenge of octal! I believe there is a patch for this on master > and I may have gone out in the latest CLJS push. > > -- > You received this message because you are subscribed to the Google >

Re: ClojureScript reader and timestamps

2012-08-03 Thread Michael Fogus
The revenge of octal! I believe there is a patch for this on master and I may have gone out in the latest CLJS push. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from ne

ClojureScript reader and timestamps

2012-08-03 Thread Steffen Beyer
Hi, I have a strange issue here with certain timestamps: #inst "2012-07-25T17:55:00.000-00:00" does work. #inst "2012-09-25T17:55:00.000-00:00" gives: Error: Assert failed: timestamp month field must be in range 1..12 Failed: 1<=0<=12 (<= low n high) August and September are broken, it seem