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

LittleFS directory wrong date 1970 #9533

Open
1 task done
mikrocoder opened this issue Apr 19, 2024 · 0 comments
Open
1 task done

LittleFS directory wrong date 1970 #9533

mikrocoder opened this issue Apr 19, 2024 · 0 comments
Labels
Type: Feature request Feature request for Arduino ESP32

Comments

@mikrocoder
Copy link

Board

Arduino Nano ESP32

Device Description

Arduino Nano ESP32 only

Hardware Configuration

Arduino Nano ESP32 only

Version

v2.0.13

IDE Name

Arduino IDE 2.3.2

Operating System

Windows 11

Flash frequency

Default

PSRAM enabled

yes

Upload speed

Default

Description

Hi,

when I experiment with the IDE 2.3.2 and Arduino Nano ESP32 Core 2.0.13 and example LittleFS_time I notice that a current date is not taken from the time server.
Compared to the ESP8266 LittleFS , file methods are also missing. For example file.getCreationTime().

Is ESP32 LittleFS still being developed further?

Now is : 2024-04-19 10:22:37

----create and work with file----
Appending to file: /mydir/hello.txt
Message appended
Appending to file: /newOrder/hello.txt
Message appended

Listing directory: /
  DIR : mydir  LAST WRITE: 1970-01-01 00:59:59
Listing directory: /mydir
  FILE: hello.txt  SIZE: 20  LAST WRITE: 2024-04-19 10:22:37
  DIR : newDir  LAST WRITE: 1970-01-01 00:59:59

Thanks.

Sketch

Arduino IDE 2.3.2 and Arduino Nano ESP32 Core 2.0.13 and example `LittleFS_time`

Debug Message

.

Other Steps to Reproduce

.

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.
@mikrocoder mikrocoder added the Status: Awaiting triage Issue is waiting for triage label Apr 19, 2024
@Jason2866 Jason2866 added Type: Feature request Feature request for Arduino ESP32 and removed Status: Awaiting triage Issue is waiting for triage labels Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature request Feature request for Arduino ESP32
Projects
None yet
Development

No branches or pull requests

2 participants