Re: Invalid timestamp

2014-06-20 Thread Sam Ritchie
yup, responded as such on the Cascalog list. (That's a better place for these questions; no need to cross post to the main group.) Mike Fikes June 20, 2014 at 5:57 PM It it perhaps reading the first line of your file and running it trough the parser? -- You received

Re: Invalid timestamp

2014-06-20 Thread Mike Fikes
It it perhaps reading the first line of your file and running it trough the parser? -- 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 new members are moderated - please

Invalid timestamp

2014-06-20 Thread sindhu hosamane
Hello, i am dealing with timestamp in my cascalog query . My code snippet looks like (def datefrom "2010:05:03 13:20:47") (def custom-formatter (f/formatter ":MM:dd HH:mm:ss")) (def start-value (ct/to-long (f/parse custom-formatter datefrom))) (def dateto "2012:09:01 08:17: