Skip to content

Commit a90ae49

Browse files
committed
build: upd docs
1 parent 350319c commit a90ae49

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

godoc-current.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,10 @@ type TimestampArg = ArgumentBase[time.Time, TimestampConfig, timestampValue]
941941

942942
type TimestampConfig struct {
943943
Timezone *time.Location
944-
Layouts []string
944+
// Available layouts for flag value.
945+
//
946+
// Note that value for formats with missing year/date will be interpreted as current year/date respectively.
947+
Layouts []string
945948
}
946949
TimestampConfig defines the config for timestamp flags
947950

0 commit comments

Comments
 (0)