pkg: use the GoTimeToTS() from oracle pkg#1139
Conversation
Signed-off-by: JmPotato <ghzpotato@gmail.com>
|
@Yisaer: Thanks for your review. The bot only counts DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
/lgtm |
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by writing |
|
/merge |
|
@JmPotato: DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 990f3f9 |
|
/run-integration-test |
1 similar comment
|
/run-integration-test |
Signed-off-by: JmPotato ghzpotato@gmail.com
What problem does this PR solve?
GoTimeToTS()from varsutil.go#L469 is exactly the same asGoTimeToTS()inoraclepkg which is the original version and the right place it should belong to.What is changed and how it works?
Use
oracle.GoTimeToTS()instead ofvariable.GoTimeToTS(), and the latter will be removed in pingcap/tidb#24813.Check List
Tests
Related changes
Release note