go-gorm/gorm

Add a new reminder to the document

Closed

#5,725 opened on Sep 28, 2022

 (0 comments) (0 reactions) (1 assignee)Go (4,145 forks)batch import
help wantedtype:feature_request

Repository metrics

Stars
 (39,750 stars)
PR merge metrics
 (Avg merge 22d 18h) (3 merged PRs in 30d)

Description

Describe the feature

Add a new reminder to the document. Help novices avoid time zone problems.

Motivation

When we NewSchgeduler()。 In file we use time.UTC is parameter。

But in reality we mus tuse time.Local is parameter。

A novice like me can easily go astray。 Use time.UTC

Maybe we can specify in the document。

Help others who use it for the first time like me

Related Issues

Contributor guide