mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-07-10 00:30:35 -04:00
Create David
This commit is contained in:
parent
2b50ee6daf
commit
81146e662e
14 changed files with 3913 additions and 0 deletions
10
prompts/gpts/knowledge/David/update_time.py
Normal file
10
prompts/gpts/knowledge/David/update_time.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
import datetime
|
||||
|
||||
def update_time():
|
||||
current_time = datetime.datetime.now().isoformat()
|
||||
with open('time_tracker.txt', 'w') as file:
|
||||
file.write(current_time)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
update_time()
|
Loading…
Add table
Add a link
Reference in a new issue