refactor: Simplify time code description format
This commit is contained in:
+1
-1
@@ -188,7 +188,7 @@
|
||||
const day = code.substring(0, 2);
|
||||
const hours = code.substring(2, 4);
|
||||
const minutes = code.substring(4, 6);
|
||||
return `${code}: On the ${day}th day of the month at ${hours}:${minutes} UTC`;
|
||||
return `${code}: ${day} day at ${hours}:${minutes} UTC`;
|
||||
}
|
||||
|
||||
function decodeWind(code) {
|
||||
|
||||
Reference in New Issue
Block a user