go-gorm/gorm

Add a new reminder to the document

Open

#5725 opened on Sep 28, 2022

View on GitHub
 (0 comments) (0 reactions) (1 assignee)Go (39,750 stars) (4,145 forks)batch import
help wantedtype:feature_request

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