mirror of
https://github.com/dsoprea/go-exif.git
synced 2025-04-28 05:33:05 +00:00
utility.go: Added function comment. Formatted file.
This commit is contained in:
parent
eb7eb2b610
commit
8d79b03fc5
@ -1,10 +1,10 @@
|
||||
package exif
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"bytes"
|
||||
"strings"
|
||||
"fmt"
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/dsoprea/go-logging"
|
||||
@ -67,6 +67,7 @@ func DumpBytesClauseToString(data []byte) string {
|
||||
return b.String()
|
||||
}
|
||||
|
||||
// ParseExifFullTimestamp parses dates like "2018:11:30 13:01:49".
|
||||
func ParseExifFullTimestamp(fullTimestampPhrase string) (timestamp time.Time, err error) {
|
||||
defer func() {
|
||||
if state := recover(); state != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user