unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Guix Packaging Meetup - This Saturday from 14:00 EST (18:00 PM UTC)
@ 2021-05-28  5:33 jgart
  0 siblings, 0 replies; 7+ messages in thread
From: jgart @ 2021-05-28  5:33 UTC (permalink / raw)
  To: guix-devel
  Cc: Tobias Geerinckx-Rice, Bonface Munyoki K., rprior,
	Raghav Gururajan

Hi Guixers!

I'd like to invite you to a guix packaging meetup this Saturday, May 29 at 14:00 EST (18:00 PM UTC).

We usually talk over at mumble.libremiami.org while pair programming with tmate on a Guix System VPS. 

Here's a mobilizon page with more info on the event: 

https://events.nixnet.services/events/4c6f60aa-4ab7-4431-b2b3-285a7dfd0fea

Hope to see you there!

jgart


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Guix Packaging Meetup - This Saturday from 14:00 EST (18:00 PM UTC)
@ 2021-08-26 18:12 jgart
  2021-08-27  8:39 ` Arun Isaac
  0 siblings, 1 reply; 7+ messages in thread
From: jgart @ 2021-08-26 18:12 UTC (permalink / raw)
  To: guix-devel

Hi Guixers!

I'd like to invite you to another guix packaging meetup this Saturday, Aug 28 at 18:00 PM UTC.

We'll meet this time on jitsi. 

The url for the room is https://meet.jit.si/guix

Hope to see you there!

jgart


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Guix Packaging Meetup - This Saturday from 14:00 EST (18:00 PM UTC)
  2021-08-26 18:12 Guix Packaging Meetup - This Saturday from 14:00 EST (18:00 PM UTC) jgart
@ 2021-08-27  8:39 ` Arun Isaac
  2021-08-27 14:59   ` jgart
  0 siblings, 1 reply; 7+ messages in thread
From: Arun Isaac @ 2021-08-27  8:39 UTC (permalink / raw)
  To: jgart, guix-devel

[-- Attachment #1: Type: text/plain, Size: 299 bytes --]


Hi jgart,

> I'd like to invite you to another guix packaging meetup this Saturday,
> Aug 28 at 18:00 PM UTC.

Thanks for posting the time in UTC. It really makes it much easier for
me to convert to my local timezone. No need to keep track of daylight
savings time and what not! :-)

Regards,
Arun

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 524 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Guix Packaging Meetup - This Saturday from 14:00 EST (18:00 PM UTC)
  2021-08-27  8:39 ` Arun Isaac
@ 2021-08-27 14:59   ` jgart
  2021-08-27 19:20     ` Arun Isaac
  0 siblings, 1 reply; 7+ messages in thread
From: jgart @ 2021-08-27 14:59 UTC (permalink / raw)
  To: Arun Isaac; +Cc: guix-devel

On Fri, 27 Aug 2021 14:09:23 +0530 Arun Isaac <arunisaac@systemreboot.net> wrote:
> Thanks for posting the time in UTC. It really makes it much easier for
> me to convert to my local timezone. No need to keep track of daylight
> savings time and what not! :-)

No prob. Glad that helps.

It was a mistake on my part to mention EST. I meant ET, which is less descriptive.

I've started to use tz to keep track of timezones.

https://github.com/oz/tz

It's a nice cli app written in golang.

I install it with nix package manager currently but I hope to package it for guix soon.

I have this alias for it currently:

alias tz='TZ_LIST="Africa/Nairobi,Europe/Amsterdam" tz'

Maybe, I'll just turn the above alias into a script at some point with cli options/args.

all best,

jgart
 
 _________________________________________ 
/ 3B1D 7F19 E36B B60C 0F5B 2CA9 A52A A2B4 \
\ 77B6 DD35                               /
 ----------------------------------------- 
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Guix Packaging Meetup - This Saturday from 14:00 EST (18:00 PM UTC)
  2021-08-27 14:59   ` jgart
@ 2021-08-27 19:20     ` Arun Isaac
  2021-09-06  6:32       ` jgart
  0 siblings, 1 reply; 7+ messages in thread
From: Arun Isaac @ 2021-08-27 19:20 UTC (permalink / raw)
  To: jgart; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]


> I've started to use tz to keep track of timezones.
>
> https://github.com/oz/tz
>
> It's a nice cli app written in golang.

Thank you! :-) I was looking for something like this.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 524 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Guix Packaging Meetup - This Saturday from 14:00 EST (18:00 PM UTC)
  2021-08-27 19:20     ` Arun Isaac
@ 2021-09-06  6:32       ` jgart
  2021-09-10  4:06         ` Arun Isaac
  0 siblings, 1 reply; 7+ messages in thread
From: jgart @ 2021-09-06  6:32 UTC (permalink / raw)
  To: Arun Isaac; +Cc: guix-devel

On Sat, 28 Aug 2021 00:50:26 +0530 Arun Isaac <arunisaac@systemreboot.net> wrote:
> 
> > I've started to use tz to keep track of timezones.
> >
> > https://github.com/oz/tz
> >
> > It's a nice cli app written in golang.
> 
> Thank you! :-) I was looking for something like this.

> alias tz='TZ_LIST="Africa/Nairobi,Europe/Amsterdam" tz'

I also discovered recently that I can set this in emacs:

(setq display-time-world-list
      '(("Africa/Nairobi" "Nairobi")
        ("Europe/Amsterdam" "Amsterdam")))

and then run `display-time-world`

I have `display-time-world` bound to `<leader> p t` (I'm using emacs-evil-leader package in guix).

all best,

jgart

 _________________________________________ 
/ 3B1D 7F19 E36B B60C 0F5B 2CA9 A52A A2B4 \
\ 77B6 DD35                               /
 ----------------------------------------- 
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Guix Packaging Meetup - This Saturday from 14:00 EST (18:00 PM UTC)
  2021-09-06  6:32       ` jgart
@ 2021-09-10  4:06         ` Arun Isaac
  0 siblings, 0 replies; 7+ messages in thread
From: Arun Isaac @ 2021-09-10  4:06 UTC (permalink / raw)
  To: jgart; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 295 bytes --]


Hi jgart,

> I also discovered recently that I can set this in emacs:
>
> (setq display-time-world-list
>       '(("Africa/Nairobi" "Nairobi")
>         ("Europe/Amsterdam" "Amsterdam")))
>
> and then run `display-time-world`

This is even better since I can use it from within emacs!

Thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 524 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-10  4:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-26 18:12 Guix Packaging Meetup - This Saturday from 14:00 EST (18:00 PM UTC) jgart
2021-08-27  8:39 ` Arun Isaac
2021-08-27 14:59   ` jgart
2021-08-27 19:20     ` Arun Isaac
2021-09-06  6:32       ` jgart
2021-09-10  4:06         ` Arun Isaac
  -- strict thread matches above, loose matches on Subject: below --
2021-05-28  5:33 jgart

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).