John Guo
285ad36e7d
add short datetime string parsing support for package gtime
2021-02-21 22:24:51 +08:00
gouguoyin
28f83d3d32
formatMonthDaySuffixMap() misjudged suffix
...
when day is 21,abbreviated as 21st,suffix is st ,is not th
when day is 22,abbreviated as 22nd,suffix is nd ,is not th
when day is 23,abbreviated as 23rd,suffix is rd ,is not th
when day is 31,abbreviated as 31st,suffix is st ,is not th
2021-01-31 15:40:27 +08:00
John Guo
a2b322a31b
improve gtime.ParseTimeFromContent
2021-01-27 23:37:04 +08:00
John Guo
093034acd1
copyright comment update
2021-01-17 21:46:25 +08:00
John Guo
6f968a125e
improve time converting for package gconv
2021-01-17 21:39:17 +08:00
John Guo
5c9cee7fb9
improve package gconv
2021-01-17 20:56:38 +08:00
John Guo
bc4d84b60f
improve comment for package gtime
2021-01-14 00:27:01 +08:00
John Guo
6a67dceca7
Merge pull request #1092 from tiansin/master
...
feat: 🎨 some time features.
2021-01-14 00:15:44 +08:00
tiansin
55a7c01f73
feat: 🚑 Add function comment
2021-01-13 16:14:21 +08:00
jflyfox
9fbdb9712b
improve package gtime
2021-01-04 19:50:44 +08:00
jflyfox
b6b1bc8813
improve time converting for package gconv
2021-01-04 19:22:55 +08:00
jflyfox
a62d2589bc
improve time zone feature for package gtime
2021-01-04 16:33:33 +08:00
jflyfox
9d865e4ac6
improve package gtime
2021-01-04 15:32:55 +08:00
jflyfox
2eb09efc81
fix issue of data race in unit testing case for package gtime
2021-01-04 14:03:22 +08:00
jflyfox
dd2dfbf58d
fix issue of data race in unit testing case for package gtime
2021-01-04 13:50:23 +08:00
John Guo
d9bd3153ea
improve time parsing for package gtime
2021-01-03 23:37:45 +08:00
tiansin
dbafe01064
feat: 🎨 some time features.
2020-12-29 18:05:00 +08:00
John
3485ba2a5d
improve package gtime
2020-11-26 22:40:55 +08:00
John
87650557fd
remove debugging codes from package gtime
2020-10-26 19:06:27 +08:00
John
8e380c0d9d
improve package gtime/gconv for map converting
2020-10-25 11:33:30 +08:00
John
63c0aab19c
improve package gtime
2020-10-12 23:32:32 +08:00
John
86433cef25
improve gtime.New, gconv.String
2020-09-18 23:59:49 +08:00
John
bea451c9d6
improve date type support for package gdb; improve datetime string for gtime.StrToTime; improve function gtime.New for more types
2020-08-21 23:41:12 +08:00
john
c4b28b0bc4
improve gtime.ParseDuration
2020-07-29 11:44:58 +08:00
john
9cff2bd10f
add function ParseDuration and time unit 'd' support for package gtime
2020-07-28 22:46:15 +08:00
john
69fa5bf464
improve package gtime for nil gtime.Time object
2020-07-15 20:37:13 +08:00
John
d4d66fd529
improve package gtime
2020-06-22 19:46:39 +08:00
John
b2aa59d893
import third-party library json-iterator to improve the performance for json operations
2020-06-17 21:16:25 +08:00
john
dbb51a9328
improve package glist
2020-06-04 20:13:33 +08:00
John
6889542801
improve package guid
2020-05-27 11:26:05 +08:00
John
07e65c14a9
improve unit testing cases
2020-03-19 23:53:03 +08:00
John
0b6d04485e
improve unit testing cases
2020-03-19 22:56:12 +08:00
John
4732bf46ad
add Context map for internal context workflow parameter exchanges for ghttp.Request
2020-03-08 22:53:20 +08:00
John
7443246e05
add gtime.TimeWrapper
2020-02-16 18:07:05 +08:00
John
36403fdc08
improve configuration for mssql
2020-02-16 16:25:03 +08:00
John
0317f6812e
add more unit testing cases for gtime
2020-02-16 15:11:21 +08:00
John
88684ca00a
add panic if internal watcher creation fails for gfsnotify; improve codes and change comment from chinese to english for gdb
2020-02-10 20:37:53 +08:00
John
4d2b244319
fix issue in gres.UnpackContent; fix issue in gtime.NewFromTimeStamp
2020-02-04 17:09:18 +08:00
John
4c3af63076
improve time string parsing for invalid datetime
2020-02-01 20:14:24 +08:00
John
7df53ff55e
rename all timestamp function names from *Second to Timestamp*
2020-01-20 14:14:11 +08:00
John
edf2366296
improve gzip feature for gcompress; add gzip compression for package gres
2020-01-15 00:15:56 +08:00
John
344f232c36
add Timestamp*Str functions for gtime; improve unit testing cases for gfile
2020-01-02 21:29:06 +08:00
John
fe5d2e5685
improve parameter parsing feature for ghttp.Request
2020-01-01 14:18:00 +08:00
John
5f2be10563
improve gdb/gtime
2019-12-17 21:06:34 +08:00
John
e33230a88f
add package gbuild
2019-12-14 17:01:27 +08:00
John
d4051df5b6
improve gdb/gstr/gconv/garray
2019-10-21 19:13:25 +08:00
John
4e19fbc5fb
add separate put/delete functions for ghttp.Request
2019-10-01 09:06:35 +08:00
John
35ad4d869f
fix issue in cycle import for gtime
2019-09-30 15:51:15 +08:00
John
39d654e3f2
update comment for gtime
2019-09-30 15:26:32 +08:00
John
bb6fed3dc2
add UnmarshalJSON function and corresponding unit test cases for package gtype
2019-09-29 20:12:59 +08:00
John
b830f9b96d
improve ghttp.Server.Request for parameter retrieving; add Option feature for gdb; update example for hook feature of ghttp.Server
2019-09-29 14:27:09 +08:00
John
96106ace92
remove deprecated functions and fix corresponding unit test cases
2019-09-06 17:59:55 +08:00
John
0d5dfe59b9
remove deprecated functions
2019-09-06 16:44:40 +08:00
John
d188fbdf5a
improve gyaml with gopkg.in/yaml.v3; update unit test cases for gfile/gyaml/gtime/garray
2019-08-01 17:12:58 +08:00
John
b01add2925
update project structure
2019-07-29 21:01:19 +08:00