feat: add name time var

main
sudo pacman -Syu 2023-06-16 02:21:12 +07:00
parent f77dd33f09
commit 3e9eead44e
2 changed files with 17 additions and 0 deletions

View File

@ -78,6 +78,17 @@
backup (as they say, idk if true or not, but less folder mean less
complicated to me).
</p>
<h2>
<a
id="user-content-time-variable"
class="anchor"
aria-hidden="true"
href="#time-variable"
><span aria-hidden="true" class="octicon octicon-link"></span></a
>Time variable
</h2>
<p>Add time postfix to make sense.</p>
<p>Instead of <code>create_at</code>, use <code>create_at_ms</code>.</p>
<div>
Feel free to ask me via

View File

@ -11,3 +11,9 @@ Personally, I always add timestamp and extra data in filename to avoid duplicate
Example filename: `yyyy/mm/dd/{user_id}-{timestamp}-{extra}.ext`
Be careful with `/`, too much nested folder is no good for backup (as they say, idk if true or not, but less folder mean less complicated to me).
## Time variable
Add time postfix to make sense.
Instead of `create_at`, use `create_at_ms`.