Skip to content

Commit 65ab8b8

Browse files
committed
Merge branch 'ty/scrum-162-last-edited-refresh' of https://github.com/UTSC-CSCC01-Software-Engineering-I/term-group-project-c01w25-project-course-matrix into ty/scrum-162-last-edited-refresh
2 parents dd06305 + df6c1fd commit 65ab8b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export function convertTimestampToLocaleTime(
2-
timestampz: string|number,
3-
): string {
2+
timestampz: string | number,
3+
): string {
44
const date = new Date(timestampz);
55

6-
return date.toLocaleString(); // Uses system's default locale
6+
return date.toLocaleString(); // Uses system's default locale
77
}

0 commit comments

Comments
 (0)