Skip to content

multiple clock for different time zone #4

Description

@faezsghfi

how can I have multiple clock? one clock for my country and another one for some one else?
I test this :

Calendar c = Calendar.getInstance();
c.setTimeZone(TimeZone.getTimeZone("GMT+03"));
customAnalogClock.setTime(c);

and this :
customAnalogClock.setTimezone(TimeZone.getTimeZone("GMT+03"));

but none of theme worked

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions