feat: add name time var
parent
f77dd33f09
commit
3e9eead44e
|
@ -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
|
||||
|
|
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue