scala-time
scala-time copied to clipboard
A Scala wrapper for Joda Time
Hi, I just tried to clone the project and run sbt build. I'm getting: warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: com.jsuereth#xsbt-gpg-plugin;0.6: not found [warn] ::::::::::::::::::::::::::::::::::::::::::::::...
Added Rich Tuples Set making it easier to convert Tuples into DateTime objects. e.g. (2010, 12, 13).toJodaDateMidnight e.g. (2010, 12, 13, 19, 10, 13, 120).toJodaDateTime.getDayOfMonth e.g. (2010, 12, 13, 19,...
Final Scala 2.10 was published a while ago, it could be nice to have scala-time compiled for it on maven repositories.
When importing import org.scala_tools.time.Imports._ and using LocalDateTime.parse..., the parse method is not available. I can add this method definition to the StaticLocalDateTime.scala file for me, but it would be better...
Hi, any chance you could build against 2.9.2 as well? Thanks, Channing
When using an int conversion from IntImplicits, for instance 2.days in the context of a specs2 test, the implicit conversion from Int to DateTime conflicts with the one from specs2's...
`import org.scala_tools.time.Imports._` is no longer working, anyone know where the latest version is at?
Any plans for this? Sayeth the homepage: > Version 2.0 is almost completely source and binary compatible with version 1.x. Key changes include the use of JDK 1.5 or later,...