String format(DateTime datetime) { if (isInTest) { return '$datetime//${_impl.locale}'; } else { return _impl.formatImpl(datetime); } }