When creating a new project via Monkey C: New Project > Watch Face > Simple with Settings (min API 1.2.0, device fr55), the generated onUpdate() in the View has this 12-hour conversion:
if (hours > 12) { hours = hours - 12; }
This doesn't handle midnight...