Display local TZ name

14831ac5df6592996275f22e23b1d5bb29e96e1c

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
src/server-main.js+1 -1
@@ -266,7 +266,7 @@ async function preSetupTasks() {
266266 console.log(`SillyTavern ${version.pkgVersion}`);
267267 if (version.gitBranch && version.commitDate) {
268268 const date = new Date(version.commitDate);
269269 const localDate = date.toLocaleString('en-US', { timeZoneName: 'short' });
270270 console.log(`Running '${version.gitBranch}' (${version.gitRevision}) - ${localDate}`);
271271 if (!version.isLatest && ['staging', 'release'].includes(version.gitBranch)) {
272272 console.log('INFO: Currently not on the latest commit.');