Skip to content

Commit

Permalink
chore: update format
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlewind committed Dec 6, 2023
1 parent 9faa361 commit e0ba2b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export function samver(): string {
date.getUTCFullYear(),
date.getUTCMonth() + 1,
date.getUTCDate(),
date.getUTCHours(),
date.getUTCMinutes(),
];
const displayTime = timestamp
.map((_) => _.toString().padStart(2, '0'))
Expand Down

0 comments on commit e0ba2b3

Please sign in to comment.