Skip to content

Commit

Permalink
clarify "GMT" on build time
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrez committed Feb 1, 2022
1 parent 295f2f7 commit 9c0b7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Version.java.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package ublu;
class Version {
static String compileDateTime = "@timestamp@";
static String compileDateTime = "@timestamp@ (GMT)";
static String ubluVersion = "@ubluversion@";
}

0 comments on commit 9c0b7e3

Please sign in to comment.