The total offset from UTC for date in milliseconds.
date
int getOffsetMillis(ILibDate date) => (getOffsetMinutes(date) * 60000).round();