feat: add missing tzdata package to image

re #394
This commit is contained in:
sct
2020-12-19 11:32:17 +09:00
parent fe46895289
commit 53bede692d
5 changed files with 16 additions and 1 deletions

View File

@@ -2,4 +2,5 @@ export interface SettingsAboutResponse {
version: string;
totalRequests: number;
totalMediaItems: number;
tz?: string;
}