diff options
author | Yarden Shoham <git@yardenshoham.com> | 2023-04-29 23:51:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 22:51:43 +0200 |
commit | cc84c58aff30281d7f3cc6baca80e6983e35c859 (patch) | |
tree | c741bba8dee929f78d774a63b0896571829b8b3f /custom | |
parent | a18919bba6e7f56572b782ce00285960accbde87 (diff) | |
download | gitea-cc84c58aff30281d7f3cc6baca80e6983e35c859.tar.gz gitea-cc84c58aff30281d7f3cc6baca80e6983e35c859.zip |
Remove unused setting `time.FORMAT` (#24430)
It's loaded and then never used.
---------
Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.example.ini | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index 3687e0fbd4..f22d555704 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -1899,11 +1899,6 @@ ROUTER = console ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; -;; Specifies the format for fully outputted dates. Defaults to RFC1123 -;; Special supported values are ANSIC, UnixDate, RubyDate, RFC822, RFC822Z, RFC850, RFC1123, RFC1123Z, RFC3339, RFC3339Nano, Kitchen, Stamp, StampMilli, StampMicro and StampNano -;; For more information about the format see http://golang.org/pkg/time/#pkg-constants -;FORMAT = -;; ;; Location the UI time display i.e. Asia/Shanghai ;; Empty means server's location setting ;DEFAULT_UI_LOCATION = |