chore: storing version and changelog

This commit is contained in:
StraToN
2022-04-21 07:56:19 +00:00
parent c4296a17a1
commit 3bde47b3e9
2 changed files with 10 additions and 1 deletions

View File

@@ -271,7 +271,7 @@ func _log(message:String, err: bool = false):
_write_logfile(message)
# Returns the current date/time, as a string
# Returns the current date/time, as a string
# formatted for logging. E.g. 2022-04-19T16:10:39
func _formatted_date() -> String:
var info = OS.get_datetime()