Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application add use UTC seconds for time values #19

Open
laoshanxi opened this issue Jun 23, 2022 · 0 comments
Open

Application add use UTC seconds for time values #19

laoshanxi opened this issue Jun 23, 2022 · 0 comments

Comments

@laoshanxi
Copy link
Owner

// append extra string format for time values
Utility::appendStrTimeAttr(result, JSON_KEY_APP_REG_TIME);
Utility::appendStrTimeAttr(result, JSON_KEY_SHORT_APP_start_time);
Utility::appendStrTimeAttr(result, JSON_KEY_SHORT_APP_end_time);
Utility::appendStrTimeAttr(result, JSON_KEY_APP_last_start);
Utility::appendStrTimeAttr(result, JSON_KEY_APP_last_exit);
Utility::appendStrTimeAttr(result, JSON_KEY_SHORT_APP_next_start_time);
if (HAS_JSON_FIELD(result, JSON_KEY_APP_daily_limitation))
{
	Utility::appendStrDayTimeAttr(result, JSON_KEY_DAILY_LIMITATION_daily_start);
	Utility::appendStrDayTimeAttr(result, JSON_KEY_DAILY_LIMITATION_daily_end);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant