fromLocalTime method

dynamic fromLocalTime(
  1. dynamic aDate
)

Implementation

fromLocalTime(aDate) {
  myLogAll('fromLocalTime');
  return toUTCTime(aDate);
}