Skip to content

Commit

Permalink
feat: Set local datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Apr 15, 2024
1 parent 1e7b3c3 commit 77537da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_basename}}/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Change logs
v0.0.0
======

:date: 2023-05-01
:date: {% now 'local', '%Y-%m-%d (%Z)' %}

Initial commit.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_basename}}/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -- Project information
project = "{{ cookiecutter.project_name }}"
copyright = "2023, {{ cookiecutter.author_name }}"
copyright = "{% now 'local', '%Y' %}, {{ cookiecutter.author_name }}"
author = "{{ cookiecutter.author_name }}"
release = version

Expand Down

0 comments on commit 77537da

Please sign in to comment.