Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timestamp method not taking current time #15682

Closed
harsh-kukreja opened this issue Dec 21, 2019 · 6 comments
Closed

Timestamp method not taking current time #15682

harsh-kukreja opened this issue Dec 21, 2019 · 6 comments
Assignees
Labels
Bug A problem or regression with an existing feature has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete
Projects
Milestone

Comments

@harsh-kukreja
Copy link
Contributor

Describe the bug

Whenever i create a field with timestamp suppose the field is null initially then a double click on the cell and use the Timestamp() to get the current timestamp the method takes the date correct but always gives the time as 00:00:00.000000

To Reproduce

Steps to reproduce the behavior:

  1. Create any table with a tuple with timestamp type
  2. Initially do not insert any value in it keep it null
  3. Insert a new row then double click and edit and write Timestamp()
  4. You can see it will take the date perfectly but not the time

Expected behavior

It should take both date and time which is currently going on

Screenshots

error2

Server configuration

  • phpMyAdmin version:4.9.2
@williamdes
Copy link
Member

Related to #15629

@williamdes williamdes added the Bug A problem or regression with an existing feature label Dec 22, 2019
@williamdes williamdes added this to Needs triage in issues via automation Dec 22, 2019
@NikhilNagdev
Copy link
Contributor

NikhilNagdev commented Dec 22, 2019

The issue is caused by dateTime picker.
@williamdes Can I work on this ? I have found a solution

@williamdes
Copy link
Member

@NikhilNagdev yes, go ahead :)

@NikhilNagdev
Copy link
Contributor

From which branch should i make my new branch ?

@williamdes
Copy link
Member

QA_4_9

@NikhilNagdev
Copy link
Contributor

Hey @williamdes Please review my PR.

@williamdes williamdes moved this from Needs triage to Low priority in issues Dec 23, 2019
@williamdes williamdes self-assigned this Dec 24, 2019
@williamdes williamdes added this to the 4.9.3 milestone Dec 24, 2019
@williamdes williamdes added the has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete label Dec 24, 2019
williamdes added a commit that referenced this issue Dec 24, 2019
Signed-off-by: William Desportes <williamdes@wdes.fr>
issues automation moved this from Low priority to Closed Dec 24, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A problem or regression with an existing feature has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete
Projects
issues
  
Closed
Development

No branches or pull requests

3 participants