scala-time icon indicating copy to clipboard operation
scala-time copied to clipboard

parse method not available for LocalDateTime

Open akahanek opened this issue 12 years ago • 0 comments

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 to check other methods and classes in the main repository.

Thank you.

akahanek avatar Jan 07 '13 11:01 akahanek