This commit is contained in:
Martin Lees 2019-12-12 17:31:41 +01:00
parent 06eb576eaa
commit c62d7736ea
3 changed files with 7 additions and 6 deletions

View File

@ -25,6 +25,7 @@ func (t *Timestamp) SetTimestamp(value time.Time) {
t.hasBeenSet = true t.hasBeenSet = true
} }
} }
// Set the timestamp string layout for future parsing // Set the timestamp string layout for future parsing
func (t *Timestamp) SetLayout(layout string) { func (t *Timestamp) SetLayout(layout string) {
t.layout = layout t.layout = layout