I have create the date using time.Now().String() and saved in the database . It looks like this "2022-05-19 17:57:38.90446 +0530 IST m=+17.358663991" . Want to convert into date object to perform filtering. But Time.Parse function is not working with to convert this string .
Asked
Active
Viewed 14 times