issues Search Results · repo:dromara/carbon language:Go
Filter by
164 results
(66 ms)164 results
indromara/carbon (press backspace or delete to remove)Hello,
I encountered an issue with the following code:
func Demo(t time.Time) {
fmt.Println(t.Location())
tt := carbon.CreateFromStdTime(t).
SetLocation(t.Location()).
StartOfHour().
StdTime() ...
Bug
kamly
- 1
- Opened 9 days ago
- #292
Hello,
Thanks for a great library, it is very helpful. I am looking to upgrade from v2.5.4 to v2.6.0; however, I ran into an
issue with Daylight Savings Time and wanted to ask about what is going on... ...
Question
jlanzarotta
- 17
- Opened 15 days ago
- #290
Feature Request
Is your feature request related to a problem? Please describe:
!-- A clear and concise description of what the problem is. Ex. I m always frustrated when [...] --
Currently, the carbon.Parse() ...
dbakit
- 1
- Opened on Feb 8
- #279
参考 https://github.com/dromara/carbon/commit/a6b46e8adefb281fbce7693be5217f4d7cac2a8b 这是将 database/sql/driver 的 Valuer
实现从结构体值接收器改为了指针接收器,参考
https://github.com/dromara/carbon/blob/ccefb57a0748463c97d2b91ec237b57c55829db9/database.go#L268-L269 ...
Bug
shuqingzai
- Opened on Dec 31, 2024
- #276
Hello,
因为在 #251 改变了 Scan 的实现,See: https://github.com/dromara/carbon/issues/251#issuecomment-2497420870
导致如果数据库的数据是 空字符串 时,无法解析为有效时间,导致报错
golang version: v1.23.4
carbon version: v2.5.2
time zone: such ...
Bug
shuqingzai
- 2
- Opened on Dec 30, 2024
- #275
!--
Before asking a question, make sure you have:
- Searched existing Stack Overflow questions.
- Googled your question.
- Searched open and closed [GitHub issues](https://github.com/dromara/carbon/issues?utf8=%E2%9C%93 ...
Question
chaseSpace
- 8
- Opened on Dec 24, 2024
- #272
Hello,
I encountered an issue with the following code:
type Test struct {
Field1 carbon.Carbon `json: field1 `
}
input := new(Person)
golang version: v1.23.4
carbon version: v2.5.2
time zone: ...
Bug
liaohongxing
- 2
- Opened on Dec 20, 2024
- #271
Hello,
I encountered an issue with the following code:
type Template struct {
BirthDate carbon.Carbon `redis: birth_date carbon: type:date ` // 出生日期
}
*redis.Client.HSet(ctx, key, Template{}).Result() ...
Bug
tizips
- 5
- Opened on Dec 19, 2024
- #270
I encountered issue with running go test in the project s root. Various tests failed for me.
Example:
traveler_unit_test.go, function TestCarbon_SubNanoseconds:
I expected the test to pass, but it didn ...
Bug
deining
- 4
- Opened on Dec 12, 2024
- #268
Are you interested in adding golangci-lint to your project and CI ?
https://github.com/golangci/golangci-lint
I could help.
Question
ccoVeille
- 5
- Opened on Dec 6, 2024
- #264

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.