Re: [Lift] Re: scala-time and Lift pom.xml

2010-02-26 Thread Hannes
OK, thanks a lot to all of you, for helping me! I really appreciate it! Keep your Longs as millisecond UTC timestmaps and you should be ok. That being said, it does make sense to keep your time information in time-specific objects. To use scala-time add the following to the dependencies section

[Lift] Re: scala-time and Lift pom.xml

2010-02-26 Thread Peter Robinett
Keep your Longs as millisecond UTC timestmaps and you should be ok. That being said, it does make sense to keep your time information in time-specific objects. To use scala-time add the following to the dependencies section of your POM: org.scala-tools time 2.7.4-0.1 As I mentioned in yo