hey guys, Im making a blogging type of website. making the collection for the posts rn. was making the time / date attribute then realized the datetime
type of attribute doesnt support time. is there another way of capturing time too?
TL;DR
Developers are encountering issues with the `datetime` attribute not supporting time in their appwrite project. They are also experiencing 500 errors when navigating pages on the cloud website. Solution: Consider using a separate attribute to capture time alongside the `datetime` attribute for posts in the collection.