Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(field): ppdate time.go FromUnixtime parameter int -> int64 #1259

Merged
merged 1 commit into from
Feb 24, 2025

Conversation

ranley123
Copy link
Contributor

@ranley123 ranley123 commented Feb 12, 2025

the unix timestamp is used in int64 rather than int. Int will only reach 2038.1.19

  • Do only one thing
  • Non breaking API changes
  • Tested

What did this pull request do?

User Case Description

the unix timestamp is used in int64 rather than int. Int will only reach 2038.1.19
@tr1v3r tr1v3r changed the title Update time.go FromUnixtime parameter int -> int64 feat(field): ppdate time.go FromUnixtime parameter int -> int64 Feb 24, 2025
@tr1v3r tr1v3r merged commit a4e20d9 into go-gorm:master Feb 24, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants