update rust-g to 3.9.0 and use formatted_timestamp
for human_readable_timestamp
#6695
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
About The Pull Request
This updates rust-g to 3.9.0, and also improves some code related to logging a little:
rustg_unix_timestamp
is now a define instead of a proc/datum/log_holder/proc/human_readable_timestamp()
now usesrustg_formatted_timestamp
, instead of the current stupid BS withtime2text
and then adding fractional seconds by using splittext on the unix timestamp???this is a port of tgstation/tgstation#91121, which itself was a partial port of #6540, my old PR here
Why It's Good For The Game
because using splittext on a timestamp to add a fractional part is stupid, when we can now just use rust-g to format it all in one go.
Changelog
No user-facing changes.