Commit b26fda2911b1f69aa7cf5b8f1b091d25e47654ba

Authored by David RENÉ
1 parent 27afe199

add timezone in date

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
mail/tools.anubis
... ... @@ -63,7 +63,7 @@ public define String
63 63 }+ " " +
64 64 date_send.year + " " +
65 65 zero_pad_n(2, date_send.hour) + ":" + zero_pad_n(2, date_send.minute) + ":" + zero_pad_n(2, date_send.second)
66   - //+ " +0000"
  66 + + " +0200"
67 67 .
68 68  
69 69 public define String
... ...