search for: local_time

Displaying 3 results from an estimated 3 matches for "local_time".

Did you mean: local_name
2008 Jan 24
2
Meridian case
Hi there, I have a *really* weird issue with rspec on rails: Given a time meridian formatted using %p When I run `rake spec` the time meridian is converted to lower case: expected: "Today 08:00 PM", got: "Today 08:00 pm" Yet when I run `rake spec:models` and `spec -cfs app/models` the specs pass, ie the the time meridian is in upper case. Anyone got any ideas how I
2018 Aug 10
2
[cfe-dev] Filesystem has Landed in Libc++
...174_y/1/1} - sys_days{1970_y/1/1}); } template <class Duration> inline std::chrono::time_point<date::local_t, Duration> file_clock::to_local(const std::chrono::time_point<file_clock, Duration>& t) noexcept { using namespace date; return local_time<Duration>{to_sys(t).time_since_epoch()}; } template <class Duration> inline std::chrono::time_point<file_clock, Duration> file_clock::from_local(const std::chrono::time_point<date::local_t, Duration>& t) noexcept { using namespace date;...
2018 Jul 27
5
Filesystem has Landed in Libc++
Hi All, I recently committed <filesystem> to trunk. I wanted to bring attention to some quirks it currently has. First, it's been put in a separate library, libc++fs, for now. Users are responsible for linking the library when they use filesystem. Second, it should still not be considered ABI stable. Vendors should be aware of this before shipping it. Hopefully all the standard and