You can get the current time using the below query:
select now()
The output will be something like this:
+-------------------------------+
| now() |
+-------------------------------+
| 2019-06-06 16:44:00.429109000 |
+-------------------------------+