I expect the current time in 24 hour format when I use the following query.
select CURRENT_TIMESTAMP
However, it returns this. (Note that the current time is 6.41PM)
2016-02-24 06:41:10.260
This is a Amazon RDS Sql Server instance.
However, my local server gives the following result, which is I am expecting.
2016-02-24 17:42:41.387
How can I configure the database so that it gives me the time in 24 hour format?