fork download
  1. def t1 = new Date()
  2.  
  3. println t1 - 1
  4.  
  5. println t1.getDay()
  6.  
Success #stdin #stdout 0.94s 216512KB
stdin
Standard input is empty
stdout
Sun May 20 05:52:04 GMT 2012
1