diff options
| author | 2022-11-29 15:27:32 +0100 | |
|---|---|---|
| committer | 2022-11-29 15:27:32 +0100 | |
| commit | 6261dc9cf41aaaa0eb2a05fbe81bc107ab91bbdd (patch) | |
| tree | c578b84508173d4750c226fecca91082448fca31 /app/Models/UserConfiguration.php | |
| parent | 60d626030d1c3fc5ee42ddabd379318509ccc154 (diff) | |
User-defined time zone (#4906)
* User-defined time zone
#fix https://github.com/FreshRSS/FreshRSS/issues/2754
* Update app/i18n/nl/conf.php
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* Timezone when creating a new user
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'app/Models/UserConfiguration.php')
| -rw-r--r-- | app/Models/UserConfiguration.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/UserConfiguration.php b/app/Models/UserConfiguration.php index b8b023d79..157737cb8 100644 --- a/app/Models/UserConfiguration.php +++ b/app/Models/UserConfiguration.php @@ -28,6 +28,7 @@ * @property-read string $is_admin * @property int|null $keep_history_default * @property string $language + * @property string $timezone * @property bool $lazyload * @property string $mail_login * @property bool $mark_updated_article_unread |
