Display local TZ name
| @@ -266,7 +266,7 @@ async function preSetupTasks() { | ||
| 266 | 266 | console.log(`SillyTavern ${version.pkgVersion}`); |
| 267 | 267 | if (version.gitBranch && version.commitDate) { |
| 268 | 268 | const date = new Date(version.commitDate); |
| 269 | 269 | const localDate = date.toLocaleString('en-US', { timeZoneName: 'short' }); |
| 270 | 270 | console.log(`Running '${version.gitBranch}' (${version.gitRevision}) - ${localDate}`); |
| 271 | 271 | if (!version.isLatest && ['staging', 'release'].includes(version.gitBranch)) { |
| 272 | 272 | console.log('INFO: Currently not on the latest commit.'); |