xorm/internal/convert
CyJaySong 7601625664 Fix the issue of incorrect insertion of data in non UTC time zone zero for numeric types (#2359)
Fix the issue of incorrect insertion of data in non UTC time zone zero for numeric types

Co-authored-by: CyJay <cyjay@MacBook-Pro.lan>
Reviewed-on: https://gitea.com/xorm/xorm/pulls/2359
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: CyJaySong <CyJaySong@gmail.com>
Co-committed-by: CyJaySong <CyJaySong@gmail.com>
2024-02-25 16:26:22 +00:00
..
bool.go Use any instead of interface{} (#2360) 2023-10-28 10:59:32 +00:00
conversion.go Use any instead of interface{} (#2360) 2023-10-28 10:59:32 +00:00
float.go Use any instead of interface{} (#2360) 2023-10-28 10:59:32 +00:00
int.go Use any instead of interface{} (#2360) 2023-10-28 10:59:32 +00:00
interface.go Use any instead of interface{} (#2360) 2023-10-28 10:59:32 +00:00
kind.go Use any instead of interface{} (#2360) 2023-10-28 10:59:32 +00:00
scanner.go Use any instead of interface{} (#2360) 2023-10-28 10:59:32 +00:00
string.go Use any instead of interface{} (#2360) 2023-10-28 10:59:32 +00:00
time.go Fix the issue of incorrect insertion of data in non UTC time zone zero for numeric types (#2359) 2024-02-25 16:26:22 +00:00
time_test.go Fix time test (#2362) 2023-10-30 05:21:09 +00:00