Add related funcs/methods to time.Round and time.Truncate

This commit is contained in:
Joe Mooring 2024-04-18 09:35:58 -07:00 committed by GitHub
parent 79f22ead4c
commit 7c9a1b8644
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@ keywords: []
action:
related:
- functions/time/AsTime
- functions/time/ParseDuration
- methods/time/Truncate
returnType: time.Time
signatures: [TIME.Round DURATION]
---

View File

@ -6,6 +6,8 @@ keywords: []
action:
related:
- functions/time/AsTime
- functions/time/ParseDuration
- methods/time/Round
returnType: time.Time
signatures: [TIME.Truncate DURATION]
---