vjeantet / jodaTime

Format and Parse date and time with joda layout
MIT License
70 stars 13 forks source link

SSS return 9 digits #1

Closed alanywlee closed 7 years ago

alanywlee commented 7 years ago

jodaTime.Format("yyyy-MM-dd HH:mm:ss.SSS", time.Now()) return 2017-08-16 14:15:53.855054600 but not 2017-08-16 14:15:53.855

vjeantet commented 7 years ago

thanks for reporting this !