mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1972] Wrong TimeZone/TimeStamp in LogFile at Android/iOS Platform #1569
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1569
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Droid-MAX on GitHub (Sep 7, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1972
https://github.com/golang/go/issues/20455
@fatedier commented on GitHub (Sep 7, 2020):
Thanks for your report. It seems not fixed by golang. Keep this issue open to track this issue.
@Droid-MAX commented on GitHub (Sep 7, 2020):
建议更新到go1.15以上版本
@fatedier commented on GitHub (Sep 7, 2020):
The issue is not closed. Are you sure go1.15 fixed this?
@Droid-MAX commented on GitHub (Sep 7, 2020):
还没,不过可以测试一下这个方法看看
import _ "time/tzdata"
-tags timetzdata
二选一
@fatedier commented on GitHub (Sep 7, 2020):
It will increase the compiled binary file size, it maybe not worth to do so.
@Droid-MAX commented on GitHub (Sep 9, 2020):
好像这么做并不能解决问题