mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 12:45:26 +01:00
Fix utc timestamp
This commit is contained in:
@@ -37,7 +37,7 @@ class Learning:
|
||||
feedback: Optional[str]
|
||||
session: str
|
||||
review: Optional[Review]
|
||||
timestamp: str = field(default_factory=lambda: datetime.now().isoformat())
|
||||
timestamp: str = field(default_factory=lambda: datetime.utcnow().isoformat())
|
||||
version: str = "0.3"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user