ci(release): bump build number to 231
This commit is contained in:
6
frontend/src/utils/fixTime.ts
Normal file
6
frontend/src/utils/fixTime.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { format } from "date-fns";
|
||||
|
||||
export const fixTime = (date: any) => {
|
||||
const strippedDate = date.replace("Z", ""); // Remove Z
|
||||
return format(strippedDate, "MM/dd/yyyy hh:mm a");
|
||||
};
|
||||
Reference in New Issue
Block a user