Advertisement
Guest User

Untitled

a guest
Aug 5th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. import com.joecwu.jcwutil.ObjFormatter._
  2.  
  3. object TestApp {
  4. def run = {
  5. implicit def timeZone = TIMEZONE_UTC
  6. println(System.currentTimeMillis().toStringRFC3339)
  7. println(System.currentTimeMillis().toStringISO8601)
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement