Skip to content

Commit 9b319cb

Browse files
authored
Merge pull request #218 from mschoettle/include-timezone
Include timezone in date format of migration line
2 parents 6b1d903 + 39103af commit 9b319cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/githubHelper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,6 +1331,7 @@ export class GithubHelper {
13311331
hour: 'numeric',
13321332
minute: 'numeric',
13331333
hour12: false,
1334+
timeZoneName: 'short',
13341335
};
13351336

13361337
const formattedDate = new Date(item.created_at).toLocaleString(

0 commit comments

Comments
 (0)