Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cmd/picoclaw/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"fmt"
"os"
"time"
_ "time/tzdata"
Copy link
Copy Markdown
Contributor

@sky5454 sky5454 Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://go.dev/src/time/tzdata/tzdata.go
According to the annotations in the official library

// Importing this package will increase the size of a program by about 450 KB.

For the Android architecture, use Bionic instead of glibc.

Another problem with finding time zones is more likely to be the TZ variable, which is not available on Android

Tips: You could see the /system/usr/share/zoneinfo/tzdata at Android termux

And I recommend you to try the GUI at Android: https://github.com/sipeed/picoclaw_fui/releases

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tips: You could see the /system/usr/share/zoneinfo/tzdata at Android termux


"github.com/spf13/cobra"

Expand Down