diff --git a/.gitignore b/.gitignore index fa8baec..8598532 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ go.work.sum */.idea -internal/plugins/ostree/pkg/libostree/testdata \ No newline at end of file +internal/plugins/ostree/pkg/libostree/testdata +/.idea/ diff --git a/.idea/go.imports.xml b/.idea/go.imports.xml deleted file mode 100644 index d5ed47a..0000000 --- a/.idea/go.imports.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/build/mage/test.go b/build/mage/test.go index 0bfe3e5..180f646 100644 --- a/build/mage/test.go +++ b/build/mage/test.go @@ -1,6 +1,5 @@ package mage -import "C" import ( "context" "dagger.io/dagger" diff --git a/pkg/utils/time.go b/pkg/utils/time.go index c215c3c..0c8dcc2 100644 --- a/pkg/utils/time.go +++ b/pkg/utils/time.go @@ -5,7 +5,7 @@ package utils import "time" -const timeFormat = time.DateTime + " MST" +const timeFormat = "2006-01-02 15:04:05 MST" func TimeToString(t int64) string { if t == 0 {