diff options
Diffstat (limited to 'django/conf/locale/bn/formats.py')
| -rw-r--r-- | django/conf/locale/bn/formats.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/django/conf/locale/bn/formats.py b/django/conf/locale/bn/formats.py index 79c033c575..6205fb95cb 100644 --- a/django/conf/locale/bn/formats.py +++ b/django/conf/locale/bn/formats.py @@ -1,7 +1,7 @@ # This file is distributed under the same license as the Django package. # # The *_FORMAT strings use the Django date format syntax, -# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date DATE_FORMAT = 'j F, Y' TIME_FORMAT = 'g:i A' # DATETIME_FORMAT = @@ -12,7 +12,7 @@ SHORT_DATE_FORMAT = 'j M, Y' FIRST_DAY_OF_WEEK = 6 # Saturday # The *_INPUT_FORMATS strings use the Python strftime format syntax, -# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior DATE_INPUT_FORMATS = [ '%d/%m/%Y', # 25/10/2016 '%d/%m/%y', # 25/10/16 |
