On every other host then heroku I can pass "%Y:%m:%d %H:%M:%S.%6N" to 
strftime and it returns the expected result: "2011:04:14 22:52:52.758612000"
however on Heroku I get "2011:04:14 22:52:52. %6N". So obviously heroku's 
strftime lib doesnt parse %N and I need second decimals.
Can anyone suggest an alternative way to return the complate timestamp or is 
a heroku support ticket requesting an upgrade in place?

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to