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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -