Skip to content

Commit

Permalink
Merge pull request #11 from dethan3/main
Browse files Browse the repository at this point in the history
dethan3 sing up
  • Loading branch information
dethan3 authored Sep 11, 2024
2 parents d31467d + 7e2ae41 commit ef90024
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions dethan3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
timezone: Asia/Shanghai
---

# dEthan3

1. 前端练习生
2. 其实有点没自信,我觉得挺难

## Notes

<!-- Content_START -->

### 2024.09.18

<!-- Content_END -->
4 changes: 2 additions & 2 deletions sync_status_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

# Constants
START_DATE = datetime.fromisoformat(os.environ.get(
'START_DATE', '2024-09-09T00:00:00+00:00')).replace(tzinfo=pytz.UTC-8)
'START_DATE', '2024-09-09T00:00:00+00:00')).replace(tzinfo=pytz.UTC)
END_DATE = datetime.fromisoformat(os.environ.get(
'END_DATE', '2024-10-08T23:59:59+00:00')).replace(tzinfo=pytz.UTC-8)
'END_DATE', '2024-10-08T23:59:59+00:00')).replace(tzinfo=pytz.UTC)
DEFAULT_TIMEZONE = 'Asia/Shanghai'
FILE_SUFFIX = os.environ.get('FILE_SUFFIX', '_EICL1st.md')
README_FILE = 'README.md'
Expand Down

0 comments on commit ef90024

Please sign in to comment.