Skip to content

getFormattedDate() in 3.1.0 no longer in latest3.2.1 #183

Not planned
@MarcEngrie

Description

@MarcEngrie

Hi,

I went through an upgrade cycle where I also upgraded this library from 3.1.0 to the latest 3.2.1. Now, all my previous apps (all of them use the NTPClient), fail to compile as the function getFormattedDate() is no longer present in the library.

Any reason why and what your suggestted alternative is?

Activity

per1234

per1234 commented on Nov 29, 2022

@per1234
Contributor

Hi @MarcEngrie. Thanks for your report. There has never been a function of this name in the official library:

https://github.com/arduino-libraries/NTPClient/blob/3.1.0/NTPClient.h

I think you must have previously installed the development version of the library from this pull request, which does add a function of that name: #119

self-assigned this
on Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

conclusion: invalidIssue/PR not validtopic: codeRelated to content of the project itselftype: imperfectionPerceived defect in any part of project

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @per1234@MarcEngrie

      Issue actions

        getFormattedDate() in 3.1.0 no longer in latest3.2.1 · Issue #183 · arduino-libraries/NTPClient