DEV: add timezone to user fixtures (#13095)

This commit is contained in:
Andrei Prigorshnev 2021-05-20 10:06:38 +04:00 committed by GitHub
parent 74ad2d369e
commit 28e201f391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -294,6 +294,7 @@ export default {
day_6_start_time: 480, day_6_start_time: 480,
day_6_end_time: 1020, day_6_end_time: 1020,
}, },
timezone: "Australia/Brisbane",
}, },
}, },
"/u/eviltrout/card.json": { "/u/eviltrout/card.json": {
@ -2680,6 +2681,7 @@ export default {
text_size: "normal", text_size: "normal",
text_size_seq: 0, text_size_seq: 0,
}, },
timezone: "America/Los_Angeles",
}, },
}, },
"/u/charlie/card.json": { "/u/charlie/card.json": {
@ -2994,6 +2996,7 @@ export default {
text_size_seq: 0, text_size_seq: 0,
title_count_mode: "notifications", title_count_mode: "notifications",
}, },
timezone: "Asia/Tokyo",
}, },
}, },
"/u/%E3%83%A9%E3%82%A4%E3%82%AA%E3%83%B3/summary.json": { "/u/%E3%83%A9%E3%82%A4%E3%82%AA%E3%83%B3/summary.json": {