Re: Weird data reader issue (clj-time)

2014-08-21 Thread dan . stone16321
Thats it! Thanks for the great explanation. On Wednesday, August 20, 2014 5:55:18 PM UTC+1, Marshall Bockrath-Vandegrift wrote: > > What's your `print-dup` for instants print them as? The way compilation > for these expressions is going to work is: > > (a) The initial form will be read using th

Re: Weird data reader issue (clj-time)

2014-08-20 Thread Marshall Bockrath-Vandegrift
What's your `print-dup` for instants print them as? The way compilation for these expressions is going to work is: (a) The initial form will be read using the configured *data-readers*, handing the compiler a form with a literal instance object. (b) The compiler will generate code to create tha

Weird data reader issue (clj-time)

2014-08-20 Thread dan . stone16321
Maybe I am missing something obvious - I am using custom data readers for joda-time instants. time/inst strings are coerced into utc date times, time/insto keep the offset around. Using the exact same function to parse the string via the data-reader, and just calling the function - I get diff