sql server - Getdate() function shows different value -


when using

select getdate() 

we output of:

'2017-08-21 09:31:50.660'  

but system time

'2017-08-21 09:33' 

getdate()  

function provides server machine's current date time not local machine.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -