Add comment
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
63fa73ac74
commit
999310baa2
@ -158,7 +158,7 @@ function transformUnspecifiedDateTime(input: string): Date | undefined {
|
|||||||
if (!input) {
|
if (!input) {
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
const date = tz(input, "Europe/London");
|
const date = tz(input, "Europe/London"); // Want to be creating a moment object using moment.tz(...)
|
||||||
return date.toDate();
|
return date.toDate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user