You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Salam
As I wonder the Parsi::DateTime.parse doesn't set the time.
it"should have valid time"doParsi::DateTime.parse("1392-01-12T04:04:04+07:00").strftime("%H:%M").should == "04:04"end
The test fails and the output is
1) ParsiDate when created should have valid time
Failure/Error:Parsi::DateTime.parse("1392-01-12T04:04:04+07:00").strftime("%H:%M").should == "04:04"
expected: "04:04"
got: "00:00" (using ==)
The text was updated successfully, but these errors were encountered:
Salam
As I wonder the Parsi::DateTime.parse doesn't set the time.
The test fails and the output is
The text was updated successfully, but these errors were encountered: