[Rails] DateTime now

2013-09-15 Thread John Merlino
When using DateTime.now, does the now method return the time based on the remote OS system time or the local time where the user actually invoked the now method, if they are using ssh and running the commands in a rails console, for example? -- You received this message because you are

Re: [Rails] DateTime now

2013-09-15 Thread Colin Law
On 15 September 2013 15:51, John Merlino stoici...@aol.com wrote: When using DateTime.now, does the now method return the time based on the remote OS system time or the local time where the user actually invoked the now method, if they are using ssh and running the commands in a rails console,