Example #1
0
 public static JwTimestamp CreateNowLocal()
 {
     JwTimestamp ts = new JwTimestamp();
     ts.SetNowLocal();
     return ts;
 }