(ts time.Time)
| 71 | } |
| 72 | |
| 73 | func formatTimestamp(ts time.Time) string { |
| 74 | return convertTimezone(ts).Format("2006-01-02 15:04:05 MST") |
| 75 | } |
| 76 | |
| 77 | func formatTimestampPrecise(ts time.Time) string { |
| 78 | return convertTimezone(ts).Format("2006-01-02 15:04:05.000 MST") |
no test coverage detected