diff --git a/src/parsing.ts b/src/parsing.ts index b9b16d7c..76d9ad45 100644 --- a/src/parsing.ts +++ b/src/parsing.ts @@ -62,6 +62,7 @@ export const mwsDate = Codec.custom({ decode: (x) => string.decode(x).chain((aString) => { let toDecode = aString + // @todo // Temp fix. Add UTC if no letter is found in string passed // (crude way to check if time has timezone) if (!/[A-Za-z]/g.test(aString)) {