Anubis
/
Xlib
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b26fda2911b1f69aa7cf5b8f1b091d25e47654ba
Authored by
David RENÉ
2025-08-08 07:31:12 +0900
1 parent
27afe199
add timezone in date
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
mail/tools.anubis
Inline
Side-by-side
mail/tools.anubis
Wrap text
Show/Hide comments
View file @
b26fda2
...
...
@@ -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
-
//+ " +00
00"
66
+
+ " +02
00"
67
67
.
68
68
69
69
public define String
...
...