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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -