Code review comment for lp:~pkunal-parmar/ubuntu-calendar-app/today

Revision history for this message
Michael Zanetti (mzanetti) wrote :

Please try this autopilot-qt branch. That should allow you to introspect your Date properties:

lp:~mzanetti/autopilot-qt/add-date-time-introspection

In the autopilot test, you will get Date as an integer (seconds since 1970-01-01T00:00:00). You can convert them back to a datetime object in python by using for example

time.ctime(self.main_window.get_month_view().monthStart)

Please let me know how it works.

« Back to merge proposal