We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
strftime should better written POSIX::strftime
strftime
POSIX::strftime
strftime('%H:%M', localtime $storedData{$_}{'start'}), strftime('%F_%T', localtime $data{$_}{'start'}), strftime('%H:%M', localtime $storedData{$_}{'start'}), ::readingsBulkUpdate( $hash, 'rainDataStart', strftime '%R', localtime $dataStart); ::readingsBulkUpdate( $hash, 'rainDataEnd', strftime '%R', localtime $dataEnd ); ::readingsBulkUpdate( $hash, 'rainBegin', (($rainStart) ? strftime '%R', localtime $rainStart : 'unknown')); ::readingsBulkUpdate( $hash, 'rainEnd', (($rainEnd) ? strftime '%R', localtime $rainEnd : 'unknown'));
The text was updated successfully, but these errors were encountered:
#33 strftime → POSIX::strftime
2ed4b4d
Merged in bugfix/BUIENRADAR-28 (pull request #33)
576fda9
[BUIENRADER-28] typo fix for precipiation
Successfully merging a pull request may close this issue.
strftime
should better writtenPOSIX::strftime
The text was updated successfully, but these errors were encountered: