Displaying 2 results from an estimated 2 matches for "default_tz".
Did you mean:
default_t
2009 Feb 09
3
RSpec Testing ActiveRecord config dependency.
I have the following library code:
def normal_time_now
return DateTime.now.utc if default_timezone == :utc
return DateTime.now
end
This is dependent upon a setting in config/environment.rb
# Make Active Record use UTC-base instead of local time
config.active_record.default_timezone = :utc
I want to test that I get the expected results with the config set to
utc and
1999 Jul 16
5
Samba for VMS
...the clients who want access to our
Alpha to support un-encrypted passwords for now? If this release does not
support encrypted passwords....any time from for version 2.x for VMS?
My second question involves the setup error message I received...
The time zone logical SYS$TIME_ZONERULE (or POSIX$DEFAULT_TZ)
have not been set. One of them must be defined to reflect
your time zone and daylight saving begin and end times.
See file TIME_ZONERULE.TXT for the correct format of
this logical.
However....I can't find TIME_ZONERUL...