MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / dayLocalString

Method dayLocalString

src/main/java/ui/Time.java:90–95  ·  view source on GitHub ↗
(long date)

Source from the content-addressed store, hash-verified

88 }
89
90 public static String dayLocalString(long date){
91 c = calDate(date);
92 return lz2(c.get(Calendar.DAY_OF_MONTH))+'.'+
93 lz2(c.get(Calendar.MONTH)+1)+'.'+
94 lz2(c.get(Calendar.YEAR) % 100)+" ";
95 }
96
97 public static long utcTimeMillis(){
98 return System.currentTimeMillis()+fixupLocalOffsetMills;

Callers 3

dispLocalTimeMethod · 0.95
localDateMethod · 0.95
getDayTimeMethod · 0.95

Calls 2

calDateMethod · 0.95
lz2Method · 0.95

Tested by

no test coverage detected