github.com/searKing/golang/go@v1.2.117/time/format.go (about) 1 // Copyright 2021 The searKing Author. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 package time 6 7 const ( 8 // Deprecated: Use GLogDate instead. 9 // See also https://github.com/google/glog/pull/530 10 GLogShortDate = "0102 15:04:05.000000" // mmdd hh:mm:ss.uuuuuu 11 GLogDate = "20060102 15:04:05.000000" // yyyymmdd hh:mm:ss.uuuuuu 12 )