bugs mysql STR_TO_DATE

Confluence User - 16 Feb, 2022

hi,

i found mysql bugs.

 im trying query select "select STR_TO_DATE('2022-02-16 10:24:36', '%Y-%m-%D %H:%i:%s')" 

but result is different "2022-02-16 00:24:36"


how to fix my problem?

mysql engine 5.7.33-0ubuntu0.16.04.1

thanks in advance


khafidz

mysql;str_to_date

3


16 Feb, 2022
confluenceUser
1
confluenceUser

What is your desired result??
Use %d instead of %D and you will get the hours 

16 Feb, 2022
confluenceUser
confluenceUser

it work,

thanks Anas

16 Feb, 2022
confluenceUser
confluenceUser

You're welcome (smile)

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print