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

strftime is ambigious #33

Closed
christoph-morrison opened this issue Apr 13, 2020 · 0 comments · Fixed by #37
Closed

strftime is ambigious #33

christoph-morrison opened this issue Apr 13, 2020 · 0 comments · Fixed by #37
Labels
enhancement New feature or request
Milestone

Comments

@christoph-morrison
Copy link
Collaborator

strftime should better written 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'));
@christoph-morrison christoph-morrison added the enhancement New feature or request label Apr 13, 2020
@christoph-morrison christoph-morrison added this to the 3.0 milestone Apr 13, 2020
christoph-morrison pushed a commit that referenced this issue Apr 13, 2020
@christoph-morrison christoph-morrison linked a pull request Apr 13, 2020 that will close this issue
@christoph-morrison christoph-morrison modified the milestones: 3.0, 3.0.5 Apr 17, 2020
@christoph-morrison christoph-morrison removed a link to a pull request Apr 17, 2020
@christoph-morrison christoph-morrison linked a pull request Apr 17, 2020 that will close this issue
@christoph-morrison christoph-morrison modified the milestones: 3.0.5, 3.0.3 Apr 17, 2020
christoph-morrison pushed a commit that referenced this issue Apr 24, 2020
[BUIENRADER-28] typo fix for precipiation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant